FabricMC / fabric-loom

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

Fix Intelij download sources hook. #1006

Closed modmuss50 closed 7 months ago

modmuss50 commented 7 months ago

The latest version of intelij vastly changed the way download sources work, this PR rewrites loom's hook to only work with the new version.

This also fixes possible issues introduced in 1.4 that may cause the hook to fail.