Community listing page, reviews here may not be monitored by the author.
Remap IDs
No reviews yet
Redirect item, block, entity, fluid, tag, recipe, and loot table IDs to alternative IDs at runtime
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
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
Must be installed on both the client and the server.
The author has not specified where this runs.
Varies by version.
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
RemapIDs
Remap any item, block, fluid, or entity ID to another: data-driven, zero-config code.
RemapIDs is a utility mod for modpack developers that lets you redirect registry IDs throughout the entire game using simple JSON files. Unify duplicate ores across mods, replace deprecated items, or migrate worlds between mod versions… all without writing a single line of code.
Wiki: https://tysontheember.dev/remap-ids/
Features
Registry Remapping Remap across 7 registry types:
- Blocks, Items, Fluids, Entity Types
- Tags, Recipes, Loot Tables
Remaps are applied deeply: recipes, loot tables, tags, NBT data in inventories and containers are all automatically rewritten.
Data-Driven Configuration Drop JSON files into config/remapids/remaps/ and you're done:
{
"remaps": [
{
"source": "iceandfire:silver_ingot",
"target": "othermod:silver_ingot",
"types": ["item", "recipe", "loot_table"]
}
]
}
Wildcard Patterns Bulk-remap entire families of items with a single rule:
{
"source": "iceandfire:silver_*",
"target": "othermod:silver_*"
}
Tag-to-Item Recipe Conversion Replace tag ingredients in recipes with specific items:
{
"source": "#forge:ingots/silver",
"target": "othermod:silver_ingot",
"types": ["recipe"]
}
Smart Chain Resolution If A remaps to B and B remaps to C, the mod automatically flattens this to A→C. Circular dependencies are detected and rejected.
Live Reloading Tag, recipe, and loot table remaps are reapplied on /reload - no restart needed.
Zero Runtime Overhead Block, item, fluid, and entity remaps are applied as registry aliases at startup. After that, there's no performance cost.
Supported Versions
| Minecraft | Loader |
|---|---|
| 1.20.1 | Forge |
| 1.20.1 | Fabric |
| 1.21.1 | NeoForge |
| 1.21.1 | Fabric |
Use Cases
- Ore unification: Redirect all silver ingots from 5 different mods to one canonical ID
- Mod migration: Swap out a removed mod's items for replacements without breaking existing worlds
- Loot/recipe cleanup: Rewrite loot tables and recipes to use the items you want
- World upgrades: Items already in inventories and containers are remapped via NBT on load
Getting Started
- Install the mod for your loader
- Create
config/remapids/remaps/if it doesn't exist - Add any number of
.jsonfiles with your remap definitions - Launch the game, remaps are applied automatically
RemapIDs
Remap any item, block, fluid, or entity ID to another — data-driven, zero-config code.
RemapIDs is a utility mod for modpack developers that lets you redirect registry IDs throughout the entire game using simple JSON files. Unify duplicate ores across mods, replace deprecated items, or migrate worlds between mod versions — all without writing a single line of code.
Features
Registry Remapping Remap across 7 registry types:
- Blocks, Items, Fluids, Entity Types
- Tags, Recipes, Loot Tables
Remaps are applied deeply — recipes, loot tables, tags, NBT data in inventories and containers are all automatically rewritten.
Data-Driven Configuration
Drop JSON files into config/remapids/remaps/ and you're done:
{
"remaps": [
{
"source": "iceandfire:silver_ingot",
"target": "othermod:silver_ingot",
"types": ["item", "recipe", "loot_table"]
}
]
}
Wildcard Patterns Bulk-remap entire families of items with a single rule:
{
"source": "iceandfire:silver_*",
"target": "othermod:silver_*"
}
Tag-to-Item Recipe Conversion Replace tag ingredients in recipes with specific items:
{
"source": "#forge:ingots/silver",
"target": "othermod:silver_ingot",
"types": ["recipe"]
}
Smart Chain Resolution If A remaps to B and B remaps to C, the mod automatically flattens this to A→C. Circular dependencies are detected and rejected.
Live Reloading
Tag, recipe, and loot table remaps are reapplied on /reload — no restart needed.
Zero Runtime Overhead Block, item, fluid, and entity remaps are applied as registry aliases at startup. After that, there's no performance cost.
Supported Versions
| Minecraft | Loader |
|---|---|
| 1.20.1 | Forge |
| 1.20.1 | Fabric |
| 1.21.1 | NeoForge |
| 1.21.1 | Fabric |
Use Cases
- Ore unification — Redirect all silver ingots from 5 different mods to one canonical ID
- Mod migration — Swap out a removed mod's items for replacements without breaking existing worlds
- Loot/recipe cleanup — Rewrite loot tables and recipes to use the items you want
- World upgrades — Items already in inventories and containers are remapped via NBT on load
Getting Started
- Install the mod for your loader
- Create
config/remapids/remaps/if it doesn't exist - Add any number of
.jsonfiles with your remap definitions - Launch the game — remaps are applied automatically
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