80 Commits (90cb78d4127924ad97f23f7221c68d3d345f1358)
 

Author SHA1 Message Date
zml 90cb78d412
Modernize Gradle buildscript (#71)
* Modernize gradle buildscript

* Bump yarn/loader/fabric api versions

* Add GH actions to build example mod

* Update in response to feedback
4 years ago
Ned Loynd 54035654b7
Simply processResources logic & make it compatible with future versions of Gradle (#69)
* Ignore commonly generated Mac OS junk files

This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them.

* 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.

* Switch to double quotes to match style

D'oh!
4 years ago
modmuss50 4237368e64 Update api, loader, loom, gradle 4 years ago
modmuss50 46dc3e2dab 1.16.3 4 years ago
modmuss50 f9b7d47979 1.16.2 4 years ago
modmuss50 6efb5c4830 1.16.1 4 years ago
modmuss50 829b170190 1.16 4 years ago
modmuss50 167b058407 Update Gradle and dependencies 4 years ago
modmuss50 8d952c922d Update Loom 4 years ago
modmuss50 19fa3a76bc Update loom, gradle and all other deps 4 years ago
modmuss50 79266b6c23
Update README.md 4 years ago
Caroline Joy Bell 01ae0cd3ab
Add Eclipse *.launch files to the gitignore (#37) 4 years ago
modmuss50 0028e328c8 Update gradle, update deps, modCompile -> modImplementation 4 years ago
i509VCB b38f2b0f52
Add minVersion to template mixin config (#41)
* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
4 years ago
modmuss50 18fd282e3e 1.15.2 4 years ago
modmuss50 52da86e9e3 1.15.1 4 years ago
modmuss50 c3daefbee9 Increase required loader version 4 years ago
modmuss50 97a962625c 1.15 4 years ago
Brad Erickson 705d4da55b Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
5 years ago
modmuss50 727a449d61 Update yarn, loader and api 5 years ago
modmuss50 01bf2f5a56 Update gradle to 5.5.1 5 years ago
modmuss50 47b5686c4f Update loom + dependencies 5 years ago
MrIbby 706e20caf6 Fix #18 (#19) 5 years ago
modmuss50 0022be8092 1.14.4 5 years ago
Modmuss50 2b8fe8c5b3
Update API version to fix a bug with crashes.
Sadly this bug snuck into previous versions, this has been fixed.
5 years ago
modmuss50 1962995275 1.14.3 5 years ago
asie 9c04d84e90 version updates 5 years ago
Alexander 97c2c8c2f1 Update gradle.properties (#15) 5 years ago
asie 78fb3e4288 fix requires -> depends in mod JSON 5 years ago
modmuss50 2e1903f7d2 Update to 1.14.2 5 years ago
Modmuss50 004f6720ab
Merge pull request #14 from swordglowsblue/patch-1
Update Yarn mappings to 1.14.1+build.5
5 years ago
Connor Scialdone e85c762e21
Update Yarn mappings to 1.14.1+build.5
Yarn 1.14.1+build.4 had an issue with Hopper#getWorld being renamed to Hopper#getHopperWorld, which caused the world to crash when ticking hoppers in dev. 1.14.1+build.5 fixed this, but the example mod wasn't updated yet, so anyone following the dev install instructions on the site would run into the issue.
5 years ago
modmuss50 365f76fbd3 Update to 1.14.1 and Fabric API 0.3.0 5 years ago
asie 76a554fbb7 Minecraft 1.14, Loom 0.2.2 5 years ago
asie 4b9097bcf1 actually update to Loom 0.2.1 5 years ago
modmuss50 1b8a889c5b Update to pre 4 5 years ago
Modmuss50 20832149f8
Merge pull request #10 from Technici4n/master
Update to fabric 0.2.6.121
5 years ago
Bruno Ploumhans 79f91b4c7e
Update to fabric 0.2.6.121 5 years ago
Selebrator 7f97ddb3bc Update gradle to 4.10.3 (#9) 5 years ago
Adrian Siekierka d6e85e2219 update to Loader 0.4.0 5 years ago
modmuss50 20c98824b9 Update to fixed fabric + yarn 5 years ago
modmuss50 ba5cad8320 19w12a 5 years ago
asie 1794cc2411 fix typo 5 years ago
Modmuss50 b83fbda9e5
Merge pull request #7 from UpcraftLP/gradle-update
gradle configuration update
5 years ago
UpcraftLP e7fad09f14 remove javadoc jar 5 years ago
UpcraftLP 8243775b5c automatically set mod version on export 5 years ago
UpcraftLP 8c0584bbaf fix indentation 5 years ago
UpcraftLP 9101ee4ee9 fix maven publishing 5 years ago
UpcraftLP c114575354 update fabric URL 5 years ago
UpcraftLP 682afc73a4 add javadoc task and maven-publish plugin 5 years ago