Simple Registry Aliases
ModExposing Fabric API's registry aliasing in a simple, config driven way.
Type
Mod
Modrinth Downloads
16,928
Modrinth ID
nILYwKV9
Last Updated
Sep 3, 2026
Description
Simple Registry Aliases
This mod allows you to define registry entry aliases, by exposing Fabric API's registry alias system in simple, config-driven way.
It supports both static (blocks, items, etc.) and dynamic (biomes, enchantments, etc.) registries.
Configuration.
All alias definitions are stored in ./config/registry_aliases/ as a json map. For vanilla registries, the file should be named as <registry_path>.json, so for example item registry aliases will be located it item.json, block as block.json, biomes at worldgen/biome.json (worldgen is a folder) and so on.
For modded registries (through it also works in vanilla), the file should be named <registry_namespace>/<registry_path>.json, for example for registry magic_mod:spells the name is magic_mod/spells.json.
The file itself is just a json map, with keys being the original entry id and value being the replacement. For example, a file at ./config/registry_aliases/item.json with content
{ "toomanymetals:enderite_pickaxe": "minecraft:netherite_pickaxe", "toomanymetals:enderite_axe": "minecraft:netherite_axe" }will make all item (as they are sourced from item registry) toomanymetals:enderite_pickaxe get replaced with minecraft:netherite_pickaxe once it's loaded.
Worth noting this only works if the registry entry you want to replace doesn't exist. If it does, this won't work and the original entry will be used instead.
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Seedcraker
Find the seed on any server by locating five structures. This mod lets you reveal world or dimension seeds without admin...
Mineral Tracker
Automatic map-based tracker for your Immersive Engineering and TerraFirmaCraft minerals. Supports Immersive Petroleum an...
denLib
denLib is a library for all denoflions mods.
SoulBottle
add mob capture bottle
F-Tech: Core
Core library for mods of the F-Tech series
Crazy Chocobos!
Adds the Chocobo, a mount from the game series 'Final Fantasy' made by Square Enix.