Commit Graph

117 Commits (06e3e43ee0662fd1afecebb428cb04cdc271b0ab)

Author SHA1 Message Date
modmuss50 06e3e43ee0 Update to 1.18.2
Also updates fabric loader.
2022-02-28 14:26:51 +00:00
modmuss50 9c10726cdc Update gradle. 2022-02-28 14:24:00 +00:00
modmuss50 1e60757a4c Update API, yarn, minimum loader version and mixin compat level. 2022-01-24 20:22:46 +00:00
modmuss50 630618c6b4
Update Loom & Gradle (#160) 2022-01-24 20:19:33 +00:00
modmuss50 662a7f1b33
Migrate to SLF4J (#157) 2022-01-19 22:54:09 +00:00
ap-1 4d8fff9ec6
Update fabric latest versions link (#154)
The [old page](https://fabricmc.net/versions.html) is missing links to the online javadocs. It tells users to use the [new page](https://fabricmc.net/develop) instead, so we might as well provide the new one here to begin with.
2022-01-08 00:44:50 +00:00
Player c6ddc8bae2
Update Fabric Loader to 0.12.12 2021-12-14 21:01:39 +00:00
Player f850de2e5a
Update Fabric Loader to 0.12.10 2021-12-10 17:16:14 +00:00
modmuss50 8577b9ae74 1.18.1 2021-12-10 10:48:08 +00:00
modmuss50 468c32cdb3 Update deps 2021-12-09 21:29:09 +00:00
modmuss50 ffa316b7d7 1.18 2021-11-30 16:17:20 +00:00
Player 4616cda6ce
Revert compatibilityLevel bump
Using JAVA_17 is currently broken with the production server and not necessarily indicated by how Mixin treats this field
2021-11-17 02:15:46 +00:00
modmuss50 57e84b576d 1.18-pre2 2021-11-16 19:52:21 +00:00
modmuss50 466c1a804a Small cleanup 2021-11-10 15:28:04 +00:00
modmuss50 c8d88521ed Update Fabric Loader and API 2021-11-10 15:28:04 +00:00
modmuss50 8adede095a Update to loom 0.10 2021-11-10 15:28:04 +00:00
modmuss50 6f47013653
Update to Gradle 7.3 and also build on Java 17 2021-11-09 22:29:25 +00:00
modmuss50 8727262edd
Resolve plugin dependencies from maven central. (#138) 2021-11-09 13:05:27 +00:00
Jasmine Hegman 4753eb5935
Update yarn and fabric load/api (#134)
* Update yarn and fabric load/api

To keep up to date with https://fabricmc.net/versions.html?&version=1.17.1

* Set loader to latest stable version
2021-10-25 12:59:52 +01:00
Levy Ehrstein 3829e2132d
Use Logger instead of println (#126) 2021-09-22 12:25:04 +01:00
modmuss50 9df9227ee7 Update fabric API 2021-08-26 22:20:22 +01:00
modmuss50 27c0acc531 Update Gradle, Loom, Yarn, Fabric 2021-08-17 18:49:09 +01:00
modmuss50 d27b836cae Update Minecraft and Gradle. 2021-07-17 22:23:46 +01:00
jackassmc b662ed74bf
Update Fabric versions link (#111) 2021-06-23 15:31:54 +01:00
Qwinci 28e2282fc9
Update gradle.properties (#110) 2021-06-23 15:31:42 +01:00
modmuss50 fda2a1cf1e 1.17 stable 2021-06-08 16:55:16 +01:00
modmuss50 b51afe9fc0 1.17-pre1 2021-05-27 22:13:12 +01:00
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
2021-05-12 20:41:38 +01:00
David Bailey 29c522536f
Update dependencies (#92)
Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com>
2021-03-27 20:04:16 +00:00
Geolykt bdfab7a0cf
Unify inconsitent identation in build.gradle (#90) 2021-03-15 19:14:43 +00:00
modmuss50 4cccd73df9 Update loom, gradle, yarn, loader and api. 2021-02-26 22:04:17 +00:00
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>
2021-02-07 17:38:57 +00:00
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.
2021-02-03 20:07:20 +00:00
modmuss50 7971a5fcfd Update default maven group 2021-01-30 23:32:47 +00:00
modmuss50 16101f0bff Update minecraft, gradle, loader and api. 2021-01-15 18:12:29 +00:00
modmuss50 ad0752fe78 Fix some IDE's (vsc) not detecting the correct java version to compile for. 2020-11-11 22:19:43 +00:00
modmuss50 a126c7916a 1.16.4 2020-11-10 22:34:00 +00:00
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
2020-11-10 22:11:54 +00:00
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!
2020-10-14 11:23:07 +01:00
modmuss50 4237368e64 Update api, loader, loom, gradle 2020-09-27 13:04:21 +01:00
modmuss50 46dc3e2dab 1.16.3 2020-09-10 16:53:01 +01:00
modmuss50 f9b7d47979 1.16.2 2020-08-11 17:59:56 +01:00
modmuss50 6efb5c4830 1.16.1 2020-06-24 17:22:38 +01:00
modmuss50 829b170190 1.16 2020-06-23 14:26:57 +01:00
modmuss50 167b058407 Update Gradle and dependencies 2020-06-07 20:50:09 +01:00
modmuss50 8d952c922d Update Loom 2020-06-07 20:46:23 +01:00
modmuss50 19fa3a76bc Update loom, gradle and all other deps 2020-04-10 00:07:35 +01:00
modmuss50 79266b6c23
Update README.md 2020-04-06 19:50:08 +01:00
Caroline Joy Bell 01ae0cd3ab
Add Eclipse *.launch files to the gitignore (#37) 2020-03-18 23:29:52 +00:00
modmuss50 0028e328c8 Update gradle, update deps, modCompile -> modImplementation 2020-02-28 20:43:32 +00:00