Closed IThundxr closed 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")
}
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
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