Simple Registry Aliases
No reviews yet
Exposing Fabric API's registry aliasing in a simple, config driven way.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
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
About
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.
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