Ned Loynd 5206a8b385 Simply processResources logic & make it compatible with future versions of Gradle
When the processResources task is currently run, it uses deprecated Gradle features. Running "gradle clean build --warning-mode all" should output a message along the lines of "Copying or archiving duplicate paths with the default duplicates strategy has been deprecated. This is scheduled to be removed in Gradle 7.0.". This is due to inlcuding all files twice, as the "from" blocks includes them for the second time (gradle includes these files by default). This PR simply edits the relevant files from the already selected resources directory. This also reduces the amount of repetition in the script.
2020-10-14 17:07:01 +11:00
2020-06-24 17:22:38 +01:00
2020-09-27 13:04:21 +01:00
2020-09-27 13:04:21 +01:00
2018-11-03 23:25:39 +01:00
2020-04-06 19:50:08 +01:00
2018-12-22 17:36:30 +01:00

Fabric Example Mod

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

Description
No description provided
Readme 440 KiB
Languages
Java 100%