Globox1997 / TooltipRareness

https://modrinth.com/mod/tooltiprareness
https://www.curseforge.com/minecraft/mc-mods/tooltiprareness
MIT License
3 stars 1 forks source link

TooltipRareness

TooltipRareness is a Minecraft mod which divides items into rareness groups and shows it as a tooltip.

Installation

TooltipRareness is a mod built for the Fabric Loader. It requires Fabric API and Cloth Config API to be installed separately;

License

TooltipRareness is licensed under MIT.

Datapacks

Modded items can get added to a rareness group via datapacks.\ Check out for how to create a datapack here: Datapack Tutorial.
TooltipRareness adds 6 different rareness groups to minecraft:

Just create a json file called like one of the rareness groups and put it under\ data/tooltiprareness/tags/items/YOURFILE\ An example how the json file can look like is here:

{
    "replace": false,
    "values": [
        "minecraft:dragon_egg"
    ]
}