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

Fix and test FabricApiExtension not supporting deprecated modules. #950

Closed modmuss50 closed 12 months ago

modmuss50 commented 12 months ago

Fixes #947

The DownloadException now contains the status code, and does not retry on 404s.