Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-27 | Update dependencies (#92) | David Bailey | |
Co-authored-by: ByMartrixX <47987888+ByMartrixx@users.noreply.github.com> | |||
2021-03-15 | Unify inconsitent identation in build.gradle (#90) | Geolykt | |
2021-02-26 | Update loom, gradle, yarn, loader and api. | modmuss50 | |
2021-02-07 | Improve description of repositories blocks (#81) | YTG123 | |
* 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-03 | Remove jcenter from settings.gradle as jcenter is shutting down. | modmuss50 | |
Closes #78 This should have never been here, sadly not a lot I can do about the past. | |||
2021-01-30 | Update default maven group | modmuss50 | |
2021-01-15 | Update minecraft, gradle, loader and api. | modmuss50 | |
2020-11-11 | Fix some IDE's (vsc) not detecting the correct java version to compile for. | modmuss50 | |
2020-11-10 | 1.16.4 | modmuss50 | |
2020-11-10 | Modernize Gradle buildscript (#71) | zml | |
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback | |||
2020-10-14 | Simply processResources logic & make it compatible with future versions of ↵ | Ned Loynd | |
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-27 | Update api, loader, loom, gradle | modmuss50 | |
2020-09-10 | 1.16.3 | modmuss50 | |
2020-08-11 | 1.16.2 | modmuss50 | |
2020-06-24 | 1.16.1 | modmuss50 | |
2020-06-23 | 1.16 | modmuss50 | |
2020-06-07 | Update Gradle and dependencies | modmuss50 | |
2020-06-07 | Update Loom | modmuss50 | |
2020-04-10 | Update loom, gradle and all other deps | modmuss50 | |
2020-04-06 | Update README.md | modmuss50 | |
2020-03-18 | Add Eclipse *.launch files to the gitignore (#37) | Caroline Joy Bell | |
2020-02-28 | Update gradle, update deps, modCompile -> modImplementation | modmuss50 | |
2020-02-25 | Add minVersion to template mixin config (#41) | i509VCB | |
* Add minVersion to mixin config * Bump loader dep requriement to >=0.7.4 | |||
2020-01-21 | 1.15.2 | modmuss50 | |
2019-12-17 | 1.15.1 | modmuss50 | |
2019-12-10 | Increase required loader version | modmuss50 | |
2019-12-10 | 1.15 | modmuss50 | |
2019-11-19 | Update yarn, loader and api (#31) | Brad Erickson | |
Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||
2019-08-28 | Update yarn, loader and api | modmuss50 | |
2019-08-02 | Update gradle to 5.5.1 | modmuss50 | |
2019-08-02 | Update loom + dependencies | modmuss50 | |
2019-07-23 | Fix #18 (#19) | MrIbby | |
2019-07-22 | 1.14.4 | modmuss50 | |
2019-07-14 | Update API version to fix a bug with crashes. | Modmuss50 | |
Sadly this bug snuck into previous versions, this has been fixed. | |||
2019-06-25 | 1.14.3 | modmuss50 | |
2019-06-12 | version updates | asie | |
2019-06-06 | Update gradle.properties (#15) | Alexander | |
2019-05-27 | fix requires -> depends in mod JSON | asie | |
2019-05-27 | Update to 1.14.2 | modmuss50 | |
2019-05-16 | Merge pull request #14 from swordglowsblue/patch-1 | Modmuss50 | |
Update Yarn mappings to 1.14.1+build.5 | |||
2019-05-16 | Update Yarn mappings to 1.14.1+build.5 | Connor Scialdone | |
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-14 | Update to 1.14.1 and Fabric API 0.3.0 | modmuss50 | |
2019-04-23 | Minecraft 1.14, Loom 0.2.2 | asie | |
2019-04-21 | actually update to Loom 0.2.1 | asie | |
2019-04-18 | Update to pre 4 | modmuss50 | |
2019-04-07 | Merge pull request #10 from Technici4n/master | Modmuss50 | |
Update to fabric 0.2.6.121 | |||
2019-04-08 | Update to fabric 0.2.6.121 | Bruno Ploumhans | |
2019-04-07 | Update gradle to 4.10.3 (#9) | Selebrator | |
2019-04-07 | update to Loader 0.4.0 | Adrian Siekierka | |
2019-03-20 | Update to fixed fabric + yarn | modmuss50 | |