summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-23Correct LICENSE and README.mdKeuin
2020-04-23Finish backup.Keuin
TODO: - restore
2020-04-23Update README.mdmodmuss50
2020-04-23Add Eclipse *.launch files to the gitignore (#37)Caroline Joy Bell
2020-04-23Update gradle, update deps, modCompile -> modImplementationmodmuss50
2020-04-23Add minVersion to template mixin config (#41)i509VCB
* Add minVersion to mixin config * Bump loader dep requriement to >=0.7.4
2020-04-231.15.2modmuss50
2020-04-231.15.1modmuss50
2020-04-23Increase required loader versionmodmuss50
2020-04-231.15modmuss50
2020-04-23Update yarn, loader and api (#31)Brad Erickson
Co-authored-by: modmuss50 <[email protected]>
2020-04-23Update yarn, loader and apimodmuss50
2020-04-23Update gradle to 5.5.1modmuss50
2020-04-23Update loom + dependenciesmodmuss50
2020-04-23Fix #18 (#19)MrIbby
2020-04-231.14.4modmuss50
2020-04-23Update API version to fix a bug with crashes.Modmuss50
Sadly this bug snuck into previous versions, this has been fixed.
2020-04-231.14.3modmuss50
2020-04-23version updatesasie
2020-04-23Update gradle.properties (#15)Alexander
2020-04-23fix requires -> depends in mod JSONasie
2020-04-23Update to 1.14.2modmuss50
2020-04-23Update Yarn mappings to 1.14.1+build.5Connor 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.
2020-04-23Update to 1.14.1 and Fabric API 0.3.0modmuss50
2020-04-23Minecraft 1.14, Loom 0.2.2asie
2020-04-23actually update to Loom 0.2.1asie
2020-04-23Update to pre 4modmuss50
2020-04-23Update to fabric 0.2.6.121Bruno Ploumhans
2020-04-23Update gradle to 4.10.3 (#9)Selebrator
2020-04-23update to Loader 0.4.0Adrian Siekierka
2020-04-23Update to fixed fabric + yarnmodmuss50
2020-04-2319w12amodmuss50
2020-04-23fix typoasie
2020-04-23remove javadoc jarUpcraftLP
2020-04-23automatically set mod version on exportUpcraftLP
2020-04-23fix indentationUpcraftLP
2020-04-23fix maven publishingUpcraftLP
2020-04-23update fabric URLUpcraftLP
2020-04-23add javadoc task and maven-publish pluginUpcraftLP
2020-04-23encoding fix for special charactersUpcraftLP
2020-04-23move properties out of the main buildscriptUpcraftLP
2020-04-23use constants for source/target compatibility levelsUpcraftLP
2020-04-23Update to 19w06a and 0.2.0 fabricmodmuss50
2020-04-23Actually use gradle 4.10.2modmuss50
Somewhere along the line the wrapper version was updated, but not the jar and the script.
2020-04-23Update example mod to 19w05amodmuss50
2020-04-23Fix gradle.propertiesmodmuss50
2020-04-23Update example to 19w03c and increase the memory for gradle.modmuss50
2020-04-23Update to 19w02amodmuss50
2020-04-23use array initializer value as the default for exampleasie
2020-04-23Update .gitignore for VSCode support (#6)Andrew Bond