FabricMC / fabric-loom

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

Ensure that schemaVersion is the first entry in a FMJ when remapping #1067

Closed modmuss50 closed 3 months ago

modmuss50 commented 4 months ago

Ensure that schemaVersion is the first entry in a FMJ when remapping, as a minor optimistation.

Once done the loader warning here: https://github.com/FabricMC/fabric-loader/blob/d69cb72d26497e3f387cf46f9b24340b402a4644/src/main/java/net/fabricmc/loader/impl/metadata/ModMetadataParser.java#L131 can likely be dropped to debug level, or even removed.