
More Rarities
Add more rarity tiers to the game.
About this Mod
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 和颜色代码。
Available Versions
How to Install More Rarities on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "More Rarities". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+9 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
More Rarities server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is More Rarities compatible with neoforge?
More Rarities officially supports neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with More Rarities – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if More Rarities consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install More Rarities with just one click on your server.