Example:
enabled = true
prefix = "Hint:"
text_color = "#FFFFFF"
bottom_offset = 40
click_to_change = true
hints = [
"Check the quest book before crafting machines.",
"Some recipes are changed in this pack.",
"Use JEI or REI to find custom recipes.",
"The Nether may be harder in this modpack.",
"Click this hint to show another one."
]
Config options:
enabled: turns the mod on/off.prefix: text before every hint, likeHint:.text_color: hex color, for example#FFFFFF,#FFD700,#55FF55.bottom_offset: distance from the bottom of the screen.click_to_change: whether players can click the hint to roll another one.hints: the list of hints modpack developers edit.
To use in a modpack: put the correct jar for the loader/version in the pack’s mods folder, launch once, then edit config/load-hints.toml with your custom hints.