Commit Graph

78 Commits

Author SHA1 Message Date
modmuss50
2a6b759429 1.16.4 2023-03-20 18:06:57 -05:00
zml
b47118c0c0 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
2023-03-20 18:06:57 -05:00
Ned Loynd
d418f29434 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!
2023-03-20 18:06:57 -05:00
modmuss50
15702ab2d6 Update api, loader, loom, gradle 2023-03-20 18:06:57 -05:00
modmuss50
131529ef83 1.16.3 2023-03-20 18:06:57 -05:00
modmuss50
65c0816fd4 1.16.2 2023-03-20 18:06:57 -05:00
modmuss50
766f1dd165 1.16.1 2023-03-20 18:06:57 -05:00
modmuss50
fbfea881a5 1.16 2023-03-20 18:06:57 -05:00
modmuss50
fa81f68510 Update Gradle and dependencies 2023-03-20 18:06:57 -05:00
modmuss50
34822a9d8a Update Loom 2023-03-20 18:06:57 -05:00
modmuss50
94c6fdae11 Update loom, gradle and all other deps 2023-03-20 18:06:57 -05:00
modmuss50
d8a448f204 Update README.md 2023-03-20 18:06:57 -05:00
Caroline Joy Bell
38267590f2 Add Eclipse *.launch files to the gitignore (#37) 2023-03-20 18:06:57 -05:00
modmuss50
fa9bb5786e Update gradle, update deps, modCompile -> modImplementation 2023-03-20 18:06:57 -05:00
i509VCB
61f9ac40fe Add minVersion to template mixin config (#41)
* Add minVersion to mixin config

* Bump loader dep requriement to >=0.7.4
2023-03-20 18:06:57 -05:00
modmuss50
eae63a9b4f 1.15.2 2023-03-20 18:06:57 -05:00
modmuss50
75f6927373 1.15.1 2023-03-20 18:06:57 -05:00
modmuss50
048c27b612 Increase required loader version 2023-03-20 18:06:57 -05:00
modmuss50
3ac3537fba 1.15 2023-03-20 18:06:57 -05:00
Brad Erickson
11e84d5edd Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2023-03-20 18:06:57 -05:00
modmuss50
78d7ccb738 Update yarn, loader and api 2023-03-20 18:06:57 -05:00
modmuss50
fca96eeabe Update gradle to 5.5.1 2023-03-20 18:06:57 -05:00
modmuss50
be4e99199c Update loom + dependencies 2023-03-20 18:06:57 -05:00
MrIbby
3df02eb827 Fix #18 (#19) 2023-03-20 18:06:57 -05:00
modmuss50
88a72df56f 1.14.4 2023-03-20 18:06:57 -05:00
Modmuss50
6c83c71730 Update API version to fix a bug with crashes.
Sadly this bug snuck into previous versions, this has been fixed.
2023-03-20 18:06:57 -05:00
modmuss50
0a3b14d2d0 1.14.3 2023-03-20 18:06:57 -05:00
asie
68803953ba version updates 2023-03-20 18:06:57 -05:00
Alexander
262d4aa421 Update gradle.properties (#15) 2023-03-20 18:06:57 -05:00
asie
dd1a7bf0f0 fix requires -> depends in mod JSON 2023-03-20 18:06:57 -05:00
modmuss50
4b63432aa6 Update to 1.14.2 2023-03-20 18:06:57 -05:00
Connor Scialdone
8e5adfbb87 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.
2023-03-20 18:06:57 -05:00
modmuss50
477eb10b53 Update to 1.14.1 and Fabric API 0.3.0 2023-03-20 18:06:57 -05:00
asie
52a1fb39d6 Minecraft 1.14, Loom 0.2.2 2023-03-20 18:06:57 -05:00
asie
7c685de353 actually update to Loom 0.2.1 2023-03-20 18:06:57 -05:00
modmuss50
d36788770b Update to pre 4 2023-03-20 18:06:57 -05:00
Bruno Ploumhans
8725b81acb Update to fabric 0.2.6.121 2023-03-20 18:06:56 -05:00
Selebrator
d489812935 Update gradle to 4.10.3 (#9) 2023-03-20 18:06:56 -05:00
Adrian Siekierka
f73966b745 update to Loader 0.4.0 2023-03-20 18:06:56 -05:00
modmuss50
35935343e6 Update to fixed fabric + yarn 2023-03-20 18:06:56 -05:00
modmuss50
2e17a483d2 19w12a 2023-03-20 18:06:56 -05:00
asie
c97c923e09 fix typo 2023-03-20 18:06:56 -05:00
UpcraftLP
e7fad09f14 remove javadoc jar 2019-02-15 22:41:11 +01:00
UpcraftLP
8243775b5c automatically set mod version on export 2019-02-15 22:39:48 +01:00
UpcraftLP
8c0584bbaf fix indentation 2019-02-15 22:29:42 +01:00
UpcraftLP
9101ee4ee9 fix maven publishing 2019-02-15 22:25:50 +01:00
UpcraftLP
c114575354 update fabric URL 2019-02-15 22:16:07 +01:00
UpcraftLP
682afc73a4 add javadoc task and maven-publish plugin 2019-02-15 22:01:20 +01:00
UpcraftLP
133913f420 encoding fix for special characters 2019-02-15 21:55:33 +01:00
UpcraftLP
8bbfcdcb4b move properties out of the main buildscript 2019-02-15 21:54:29 +01:00