Loading Screen Tips

Quick rating

Community listing page, reviews here may not be monitored by the author.

Loading Screen Tips

By UltrusBotOwner

No reviews yet

Adds tips to the loading screen, which can be customized!

Mod Loaders
Minecraft

About

Description

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"
 ]
}

Tip: Creepers are scared of cats;

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

Loading Screen 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"
  ]
}

Tip: Creepers are scared of cats;

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