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

Add API to get minecraft version. #982

Closed modmuss50 closed 8 months ago

modmuss50 commented 10 months ago

Currently its quite hard for 3rd party plugins to get the minecraft version! Especially in a way that can be used as a task input.

Maybe add Provider<String> getMinecraftVersion() to the extension.