AHilyard / LegendaryTooltips

A mod for Minecraft that adds fancy tooltips for rare items as well as tooltip customization options.
Other
26 stars 14 forks source link

Multiple display issues #61

Closed Acat1234 closed 1 year ago

Acat1234 commented 1 year ago

I keep trying to rename my items with things like Dispenser or things like that (that make the tech background) on my items and it doesn't work like this 2023-03-31_10 07 00 2023-03-31_10 07 31 Can it get fixed?

AHilyard commented 1 year ago

Hi there, I assume you are using the "noconfig" variant of Eclectic Trove, which does give the mechanical background to dispensers--but it is pre-configured to show for the dispenser item, not items with "Dispenser" in the name. You can actually use the Legendary Tooltips config file to customize the behavior yourself, just find the line in the config file labeled "level7_entries" (the machinery border is border 7), and change it to this:

level7_entries = ["%Dispenser"]

I would also recommend you change your priorities line in the config file to this:

priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1]

Which will make it so any changes you make in the config file will override Eclectic Trove's default border definitions. The config file itself contains more instructions about how you can configure the mod.