Unofficial site, not affiliated with modrinth.com.What is this?
Моды/More Rarities
More Rarities

More Rarities

Add more rarity tiers to the game.

9
0

Description

This mod is a lightweight utility mod for Minecraft that extends the vanilla item rarity system by adding 80 brand-new rarity tiers, ranging from the most basic "Junk" to the ultimate "Creative". It provides a richer layered experience for your adventures, equipment systems, and item organization. Each rarity has its own unique color code, making item names clearly distinguishable.

Java

import com.chinaex123.more_rarities.utils.CustomRarity;

public static final DeferredItem<Item> TEST_1 = ITEMS.register("test_1", 
        () -> new Item(new Item.Properties().rarity(CustomRarity.CREATIVE.getValue())));

KubeJS

StartupEvents.registry('item', event => {
  event.create("an_item:ceshi_1").rarity('more_rarities:creative')
})

ItemEvents.modification(event => {
  event.modify("minecraft:diamond", item => { item.rarity = "more_rarities:legendary" })
})

Full Rarity List

See the complete table in README.md for all 80 rarities, including Chinese and English names, registry IDs, and color codes.

================================================

介绍

模组是为Minecraft设计的轻量级工具模组,通过扩展游戏原版的物品稀有度系统,添加了80种全新的稀有度等级,从最基础的"破烂"到最高级的"创造",为你的冒险、装备系统和物品分类提供更加丰富的层次体验。每种稀有度都拥有专属的颜色代码,在物品名称中清晰可辨。

Java

import com.chinaex123.more_rarities.utils.CustomRarity;

public static final DeferredItem<Item> TEST_1 = ITEMS.register("test_1", 
        () -> new Item(new Item.Properties().rarity(CustomRarity.CREATIVE.getValue())));

KubeJS

StartupEvents.registry('item', event => {
  event.create("an_item:ceshi_1").rarity('more_rarities:creative')
})

ItemEvents.modification(event => {
  event.modify("minecraft:diamond", item => { item.rarity = "more_rarities:legendary" })
})

完整稀有度列表

详见 README.md 中的完整表格,包含所有 80 种稀有度的中英文名称、注册 ID 和颜色代码。

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:3 недели назад
Обновлён:3 недели назад
Главная