Mod
More Rarities
No reviews yet
Add more rarity tiers to the game.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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 和颜色代码。
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 和颜色代码。
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources