FabricMC / fabric-loom

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

Sort extra manifest attributes #958

Closed haykam821 closed 10 months ago

haykam821 commented 11 months ago

This pull request fixes an issue where extra manifest attributes did not have a defined order by sorting them by their keys.

Previously, MANIFEST.MF could contain either of the following orders, inhibiting the reproducibility of builds:

Fabric-Loom-Split-Environment: true
Fabric-Loom-Client-Only-Entries: 
Fabric-Loom-Client-Only-Entries: 
Fabric-Loom-Split-Environment: true