FabricMC / fabric-loom

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

Fabric Loader can't resolve mc version from file name Loom 0.12 clientOnlyJar #610

Open thecatcore opened 2 years ago

thecatcore commented 2 years ago

Fabric Loader can't resolve minecraft version for client only jar in old versions for which the only way to get the version is by looking at the jar filename. However, loom names it minecraft-clientOnly-named.jar.

modmuss50 commented 2 years ago

Loom can use the fabric.gameVersion system prop to set this on older versions.