promotional bannermobile promotional banner

Remap IDs

Redirect item, block, entity, fluid, tag, recipe, and loot table IDs to alternative IDs at runtime

File Details

RemapIDs 1.1.2 (Forge 1.20.1)

  • R
  • Mar 31, 2026
  • 54.33 KB
  • 5
  • 1.20.1
  • Forge

File Name

remapids-forge-1.20.1-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:remap-ids-1493230:7849721")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed

  • Remaps targeting mod registry entries no longer silently discarded — Remap loading now uses two-phase initialization: JSON is parsed during mod construction, then wildcards are expanded and targets are validated at registry freeze time when all mod entries are available. Previously, validation ran before mod registries were populated, causing any remap targeting a non-vanilla ID (e.g., create:andesite_alloy) to be incorrectly filtered out. This also fixes wildcard patterns now correctly matching mod IDs.