Mineuniverse
Log in Register
Mods

More Rarities

Add more rarity tiers to the game.
by wither_redstone
Download Claim this project
104 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library

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 和颜色代码。

more_rarities-1.1.0-mc1.21.x-neoforge.jar
MC 1.21, Client, 1.21.8, 1.21.5, 1.21.4, 1.21.1, 1.21.6, 1.21.3, 1.21.7, NeoForge, Server, 1.21.2, 1.21.9, 1.21.10, 1.21.11
Release 2026-04-05 Get

More from wither_redstone

Redstone-chan's Void Dimension
998
Hammers Galore
941
KubeJS Kaleidoscope
929
Fox Trot Brew
85,990
Fintastic Supreme
833
Resource Replicator
725

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314