aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-05-12Update to 21w19a and Java 16Libravatar modmuss506-21/+15
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-03-27Update dependencies (#92)Libravatar David Bailey1-3/+3
Co-authored-by: ByMartrixX <[email protected]>
2021-03-15Unify inconsitent identation in build.gradle (#90)Libravatar Geolykt1-13/+13
2021-02-26Update loom, gradle, yarn, loader and api.Libravatar modmuss503-5/+5
2021-02-07Improve description of repositories blocks (#81)Libravatar YTG1231-6/+16
* Update build.gradle * Implements @liach's suggested changes * Update build.gradle Co-authored-by: Juuxel <[email protected]> * Update build.gradle Co-authored-by: Juuxel <[email protected]> * Update build.gradle * Update build.gradle Co-authored-by: Juuxel <[email protected]>
2021-02-03Remove jcenter from settings.gradle as jcenter is shutting down.Libravatar modmuss501-1/+0
Closes #78 This should have never been here, sadly not a lot I can do about the past.
2021-01-30Update default maven groupLibravatar modmuss501-1/+1
2021-01-15Update minecraft, gradle, loader and api.Libravatar modmuss502-5/+5
2020-11-11Fix some IDE's (vsc) not detecting the correct java version to compile for.Libravatar modmuss501-3/+3
2020-11-101.16.4Libravatar modmuss501-3/+3
2020-11-10Modernize Gradle buildscript (#71)Libravatar zml8-43/+79
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback
2020-10-14Simply processResources logic & make it compatible with future versions of ↵Libravatar Ned Loynd2-6/+5
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-09-27Update api, loader, loom, gradleLibravatar modmuss506-5/+8
2020-09-101.16.3Libravatar modmuss501-4/+4
2020-08-111.16.2Libravatar modmuss501-4/+4
2020-06-241.16.1Libravatar modmuss502-3/+3
2020-06-231.16Libravatar modmuss501-4/+4
2020-06-07Update Gradle and dependenciesLibravatar modmuss503-4/+4
2020-06-07Update LoomLibravatar modmuss501-1/+1
2020-04-10Update loom, gradle and all other depsLibravatar modmuss506-24/+22
2020-04-06Update README.mdLibravatar modmuss501-8/+1
2020-03-18Add Eclipse *.launch files to the gitignore (#37)Libravatar Caroline Joy Bell1-1/+5
2020-02-28Update gradle, update deps, modCompile -> modImplementationLibravatar modmuss503-9/+6
2020-02-25Add minVersion to template mixin config (#41)Libravatar i509VCB2-1/+2
* Add minVersion to mixin config * Bump loader dep requriement to >=0.7.4
2020-01-211.15.2Libravatar modmuss501-4/+4
2019-12-171.15.1Libravatar modmuss501-4/+4
2019-12-10Increase required loader versionLibravatar modmuss501-1/+1
2019-12-101.15Libravatar modmuss503-7/+7
2019-11-19Update yarn, loader and api (#31)Libravatar Brad Erickson3-6/+7
Co-authored-by: modmuss50 <[email protected]>
2019-08-28Update yarn, loader and apiLibravatar modmuss501-3/+3
2019-08-02Update gradle to 5.5.1Libravatar modmuss504-3/+35
2019-08-02Update loom + dependenciesLibravatar modmuss502-5/+5
2019-07-23Fix #18 (#19)Libravatar MrIbby1-1/+1
2019-07-221.14.4Libravatar modmuss501-4/+4
2019-07-14Update API version to fix a bug with crashes.Libravatar Modmuss501-1/+1
Sadly this bug snuck into previous versions, this has been fixed.
2019-06-251.14.3Libravatar modmuss501-3/+3
2019-06-12version updatesLibravatar asie2-3/+3
2019-06-06Update gradle.properties (#15)Libravatar Alexander1-2/+2
2019-05-27fix requires -> depends in mod JSONLibravatar asie1-1/+1
2019-05-27Update to 1.14.2Libravatar modmuss501-4/+4
2019-05-16Merge pull request #14 from swordglowsblue/patch-1Libravatar Modmuss501-1/+1
Update Yarn mappings to 1.14.1+build.5
2019-05-16Update Yarn mappings to 1.14.1+build.5Libravatar Connor Scialdone1-1/+1
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.
2019-05-14Update to 1.14.1 and Fabric API 0.3.0Libravatar modmuss502-5/+5
2019-04-23Minecraft 1.14, Loom 0.2.2Libravatar asie2-5/+8
2019-04-21actually update to Loom 0.2.1Libravatar asie1-1/+1
2019-04-18Update to pre 4Libravatar modmuss501-4/+4
2019-04-07Merge pull request #10 from Technici4n/masterLibravatar Modmuss501-1/+1
Update to fabric 0.2.6.121
2019-04-08Update to fabric 0.2.6.121Libravatar Bruno Ploumhans1-1/+1
2019-04-07Update gradle to 4.10.3 (#9)Libravatar Selebrator1-1/+1
2019-04-07update to Loader 0.4.0Libravatar Adrian Siekierka5-20/+31