nvb-uy / Item_Obliterator

Modpack Utility Mod to remove any items (or just recipes) from the game, with regex and nbt support.
Other
5 stars 5 forks source link

Suggestion - Add tooltip to disabled items #57

Open Roadhog360 opened 4 months ago

Roadhog360 commented 4 months ago

Sometimes disabled items may still appear in some modded menus, such as this one image This may confuse players when they can't find the item shown in the menu, so the option to add a simply [DISABLED] or [UNOBTAINABLE] item somewhere in the name would be nice.

How I'd do it is change the name to [DISABLED ITEM], change the model to the barrier inventory model, and probably put the item description as: "This item is disabled. It will not be" "obtainable in-game via any means"

The line break is intentional so the item tooltip box doesn't get too long. An ability to turn this on would be nice. Possibly with the "barrier inventory model" idea being a separate toggle, in case a pack maker wants the player to know what in the modded menu is disabled more easily.