DeflatedPickle / JustTheTips

A Minecraft Forge mod that adds some tips to loading screens.
MIT License
1 stars 3 forks source link

[Suggestion] Allow mods to add their own tips #5

Open Lykrast opened 6 years ago

Lykrast commented 6 years ago

Having the ability for a mod to add their own tips from their code would be a nice addition, with maybe a config option to disable them if a modpack maker don't want them.

Darkhax commented 5 years ago

This mod already has support for adding new tips from other mods. If you don't want to hard dep on this mod, they support IMC which you can learn more about here. The key to add a tip is "add_tip".

Of course, you could just access things directly using JustTheTips.tipList.add.