itemsauce

Quick rating

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

itemsauce

By muricansOwner

No reviews yet

Adds rarity to item tooltips... that's it. Includes configurable colors.

Mod Loaders
Minecraft

About

Description

itemsauce

Adds flavor to your items by giving them purely cosmetic rarity labels.

Fabric mod for Minecraft 1.21.1

Generates a configuration file upon first launch.

#Use minecraft's default rarity as a fallback
useBakedInRarity = true

[legendary]
color = "LIGHT_PURPLE"
items = ["nether_star", "enchanted_golden_apple", "silence"]

[epic]
color = "GOLD"
items = ["netherite", "elytra", "ancient_debris"]

[rare]
color = "RED"
items = ["emerald", "diamond", "amethyst", "breeze", "golden_apple"]

[uncommon]
color = "DARK_GREEN"
items = ["gold", "ender", "blaze", "trim", "potion"]

[common]
color = "GRAY"
items = ["put_item_names_here"]

Colors should follow the name of the color code in the wiki. (JE Edition codes only)
Item names put in the items tab should follow their minecraft id. You can see an item's id in-game by using F3+H.
Items are simply checked to see if they contain the keyword. E.g. if you put 'oak' in legendary, all items with 'oak' in their minecraft id will be legendary.