All the Mods 7 - ATM7

All the Mods 7 - ATM7

3M Downloads

Improvement: More consistent mod name display in tooltips

R3ality opened this issue ยท 1 comments

commented

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)

image

Improvement

  1. 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,
  2. Disable mod name display via configuration option for mod JEI (otherwise JEI tooltips display mod name twice)
    config\jei-client.toml change ModNameFormat = "blue italic" to ModNameFormat = ""

Improved state

Mod name IS displayed in inventories as well as world tooltips and JEI tooltips

image

commented

Could have been handled with existing mods as described above but appears to be resolved with 0.2.7 by addition of new mod "Mod Name Tooltip". Closing this issue