Improvement: More consistent mod name display in tooltips
R3ality opened this issue ยท 1 comments
Current state
Mod name is NOT displayed in inventory tooltips (hovering mouse over an item in your inventory/chest). It is displayed in world tooltips (hovering a block) and in JEI tooltips (hovering in JEI)
Improvement
- Enable configuration option Mod Name in Item Tooltip for the mod Jade
config\jade\jade_plugins.json
change"item_mod_name": false,
to"item_mod_name": true,
- Disable mod name display via configuration option for mod JEI (otherwise JEI tooltips display mod name twice)
config\jei-client.toml
changeModNameFormat = "blue italic"
toModNameFormat = ""
Improved state
Mod name IS displayed in inventories as well as world tooltips and JEI tooltips