
Custom Rarities
With this mod, you can customize item rarity in Minecraft by creating your own rarity levels through JSON datapack files. All rarity description files should be located in the data/custom_rarities/rarities/
folder.
Example of JSON file structure:
{
"name": "amo:amazing",
"color": "#ff80dd",
"items": [
"minecraft:diamond_sword"
]
}
The mod supports only hexadecimal color codes, making the customization process as convenient as possible.
New rarities can be added directly during gameplay — just use the /reload
command for the changes to take effect. However, editing or deleting already created rarities requires a game restart. This is due to how Minecraft handles rarities and could only be fixed with complex workarounds that might lead to incompatibility with other modifications.