UltrusBot / LoadingScreenTips

Loading Screen Tips: Adds useful tips to loading screens
MIT License
4 stars 6 forks source link

Loading Tips

This mod adds loading tips which you can customize with a file in a resource pack called "assets/modid//loading_tips/tips.json"

{
 "replace": false,
 "tips": [
  "text.loadingtips.tip.nether_bed",
  "text.loadingtips.tip.milk",
  "text.loadingtips.tip.iron_golem"
 ]
}

Other mods can add the tips.json as showed above to easily add tips that will be shown when loading screen tips is installed.

Tip: Creepers are scared of cats;

These tips are translation keys, so the text can be defined in lang files (Ex: en_us.json)