Mineuniverse
Log in Register
Mods

KubeJS Custom Rarity

Let you create new custom rarities using KubeJS
by maxkuka
Download Claim this project
283 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Cosmetic KubeJS Miscellaneous

KubeJS addon that allows you to create custom rarities.

Create and customize your own rarity types with support for hex colors and text formatting.

Limits:

  • Forge / NeoForge: up to 200 custom rarities
  • Fabric / Quilt: unlimited custom rarities, available only for 1.20.1

You can apply custom colors using hex color codes and add formatting styles to each rarity.

Available formatting codes:

bold, italic, underlined, strikethrough, obfuscated

Examples:

StartupEvents.registry('item', event => {
  event.createRarity('mint', 0x98FF98)
  event.createRarity('fire', 0xE25822, bold, italic)
  event.createRarity('teal', 0x008080, bold, italic, underlined, strikethrough, obfuscated)

  event.create('mint_gem')
    .displayName('Mint Gem')
    .rarity('mint')
 
 event.create('fire_gem')
    .displayName('Fire Gem')
    .rarity('fire')
 
   event.create('teal_gem')
    .displayName('Teal Gem')
    .rarity('teal')
})


kubejs_rarity-1.20.1-1.0.0+fabric-quilt.jar
MC Client, Fabric, 1.20.1, Server, Quilt
Release 2026-05-12 Get
kubejs_rarity-1.20.1-1.0.0+forge-neoforge.jar
MC Client, 1.20.1, Forge, NeoForge, Server
Release 2026-05-12 Get
kubejs_rarity-1.20.4-1.0.0+neoforge.jar
MC Client, 1.20.4, NeoForge, Server
Release 2026-05-12 Get

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734