FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
242 stars 212 forks source link

Loom 1.7 causes minecraft to not get remapped #1173

Closed IThundxr closed 2 months ago

IThundxr commented 2 months ago

This happened somewhere between 1.6.12 and 1.7.0-alpha.2

Only changes to the example mod were:

Loom-1.7-Test-Mod.zip

modmuss50 commented 2 months ago

Does this happen without parchment? I think the issue might be becuase you are trying to layer mojmap ontop of parchment.

Please try with:

    mappings loom.layered {
        officialMojangMappings()
        parchment("org.parchmentmc.data:parchment-$minecraft_version:$parchment_version@zip")
    }
modmuss50 commented 2 months ago

Tested myself and it was due to you trying to layer mojmap onto parchment. This has nothing to do with the library mods, removing those had no effect. Fixed by using my example as shown in the parchment documentation: https://parchmentmc.net/docs/getting-started