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
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.

