

Loading Screen Tips
The Loading Screen Tips mod allows you to add useful tips to Minecraft loading screens that can be fully customized to your needs. All settings are configured through a special file in the resource pack at the path assets/modid/loading_tips/tips.json
.
{
"replace": false,
"tips": [
"text.loadingtips.tip.nether_bed",
"text.loadingtips.tip.milk",
"text.loadingtips.tip.iron_golem"
]
}
An important feature is the use of translation keys for tip text, which allows easy localization through language files (for example, en_us.json). This provides complete freedom in creating personalized messages for players.