97 Commits (1.17)
 

Author SHA1 Message Date
modmuss50 9df9227ee7 Update fabric API 3 years ago
modmuss50 27c0acc531 Update Gradle, Loom, Yarn, Fabric 3 years ago
modmuss50 d27b836cae Update Minecraft and Gradle. 3 years ago
jackassmc b662ed74bf
Update Fabric versions link (#111) 3 years ago
Qwinci 28e2282fc9
Update gradle.properties (#110) 3 years ago
modmuss50 fda2a1cf1e 1.17 stable 3 years ago
modmuss50 b51afe9fc0 1.17-pre1 3 years ago
modmuss50 50f0be767c Update to 21w19a and Java 16
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this.

Gradle 7 is required along with loom 0.8
3 years ago
David Bailey 29c522536f
Update dependencies (#92)
Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com>
3 years ago
Geolykt bdfab7a0cf
Unify inconsitent identation in build.gradle (#90) 3 years ago
modmuss50 4cccd73df9 Update loom, gradle, yarn, loader and api. 3 years ago
YTG123 8299566cf7
Improve description of repositories blocks (#81)
* Update build.gradle

* Implements @liach's suggested changes

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update build.gradle

* Update build.gradle

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
3 years ago
modmuss50 171c0a228a Remove jcenter from settings.gradle as jcenter is shutting down.
Closes #78

This should have never been here, sadly not a lot I can do about the past.
3 years ago
modmuss50 7971a5fcfd Update default maven group 3 years ago
modmuss50 16101f0bff Update minecraft, gradle, loader and api. 3 years ago
modmuss50 ad0752fe78 Fix some IDE's (vsc) not detecting the correct java version to compile for. 3 years ago
modmuss50 a126c7916a 1.16.4 3 years ago
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
3 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>
4 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