Mod Name Tooltip

Mod Name Tooltip

69M Downloads

[1.12.2] Option to load after Crafttweaker

IronPiston opened this issue ยท 4 comments

commented

Is it possible to have the mod tooltips load after Crafttweaker, so that any tooltips added via scripting can display above the mod name itself?

commented

No idea why I never got notified about this at the time.

It may be too late, but anyway...

The tooltip functionality was very primitive in 1.12, we were probably using lowest because some people would want to remove everything, including tooltips added in low.

If it is worth anything, it is much better now in 1.16 so this wouldn't be an issue on new versions.

commented

Thanks for the info Jared!

commented

Any comment on this @mezz?

commented

ModNameTooltip already subscribes to the tooltip even with LOW priority so that other mods can put their information first:

@SubscribeEvent(priority = EventPriority.LOW)

Crafttweaker may also be using LOW priority, I'm not sure.
@jaredlll08 do you know more about this issue?