if a single item has multiple categories, only one crosshair will show
tuopi27 opened this issue ยท 4 comments
This is an interesting one. I will have a look at it, but I'm not sure if this is doable without massive complexity.
I do also think, though, that tridents by default should be both melee & ranged weapons.
i did throwable because ranged just.... didnt work
-even if coalesce is on, the ranged crosshair refuses to coalesce
-adding an item to the ranged weapon category just doesnt do anything
-added an item that already has a category to a second category (e.g. crossbows to usable items) again only shows one
-#92
Okay, there were multiple bugs present here.
- The "additional ranged weapons" did not work. This should be fixed in 8.1.
- The trident is now (as of 8.1) considered both a melee and ranged weapon.
- Adding items to multiple categories does not work. This is not fixed in 8.1, I consider it an enhancement that I still have to think about whether I want to support it.
I have decided that I don't want to support adding items to multiple categories in the config. Any missing behaviour like the trident I would consider a bug; and if a server drastically changes item behaviour from vanilla, then it would most likely require a small compatibility mod instead anyway.