• v1.3.2 ea838b0d96

    RemapIDs 1.3.2
    All checks were successful
    Publish / Build NeoForge 1.21.1 (push) Successful in 1m21s
    Publish / Build Fabric 1.20.1 (push) Successful in 1m29s
    Publish / Build Fabric 1.21.1 (push) Successful in 1m32s
    Publish / Build Forge 1.20.1 (push) Successful in 2m33s
    Publish / Publish Fabric 1.20.1 (push) Successful in 7s
    Publish / Publish NeoForge 1.21.1 (push) Successful in 7s
    Publish / Publish Forge 1.20.1 (push) Successful in 8s
    Publish / Publish Fabric 1.21.1 (push) Successful in 7s
    Publish / Create Forgejo release (push) Successful in 4s
    Publish / Announce release in Discord (push) Successful in 3s
    Stable

    TysonTheEmber released this 2026-07-05 14:34:21 -06:00 | 0 commits to master since this release

    Downloads

    Pick the jar that matches your loader and Minecraft version. The same files are also on:

    Changelog

    Fixed

    • Crash when a remapped source item is still installed — With both the source and target mods present, item remaps aliased the source ID's registry lookup to the target item. Any mod that looked up the source ID and cast it to the source's concrete type crashed. For example, Create: Vintage Improvements casts create:golden_sheet to Create's TagDependentIngredientItem when building its creative tab; with create:golden_sheet -> thermal:gold_plate configured it received Thermal's CountedItem instead, throwing ClassCastException the moment the creative inventory opened. Item aliases are now only injected when the source ID is not a live registered item, so live lookups keep returning the real item. Remaps still apply for save migration once the source mod is removed. Fixed on all loaders.
    Downloads