Перейти к содержимому
Mineforgian

itemsauce

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

Загрузки
451
Подписчики
1
Обновлён
3 июня 2025 г.
Лицензия
MIT

Опубликован 27 мая 2025 г.

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.

Ченджлог

1.0.2Релиз1.21.1 · 3 июня 2025 г.

Optimizations, cleanup, and error catching. Use fabric-api tooltip event instead of mixin.

1.0.1Релиз1.21.1 · 28 мая 2025 г.

Optimizations - only check items at registration.

1.0.0Релиз1.21.1 · 27 мая 2025 г.

Initial release

Комментарии

Загружаем…