
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 和颜色代码。
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as more_rarities-1.1.0-mc1.21.x-neoforge.jar — drop this file into the mods folder
- Download size: 263 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.