Skip to content

A Java-based project adding simple tips to loading screens for Minecraft.

License

Notifications You must be signed in to change notification settings

vini2003/Clippys-Tippies

Repository files navigation

Clippy's Tippies

Because someone asked for it.

A simple mod to add tips to loading screens.

Tips are located under .minecraft/resources/tippy/tips, in JSON files. In order to add tips, create a new JSON there with whichever name you prefer, and fill the structure, which is:

[ 
  { "text": "Tip A" }, 
  { "text": "Tip B" }, 
  { "text": "Tip C" }
]

About

A Java-based project adding simple tips to loading screens for Minecraft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages