aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22Use Logger instead of println (#126)Libravatar Levy Ehrstein2-2/+10
2021-05-12Update to 21w19a and Java 16Libravatar modmuss502-3/+4
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
2020-11-10Modernize Gradle buildscript (#71)Libravatar zml1-1/+1
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback
2020-06-241.16.1Libravatar modmuss501-1/+1
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
2019-12-10Increase required loader versionLibravatar modmuss501-1/+1
2019-12-101.15Libravatar modmuss502-3/+3
2019-11-19Update yarn, loader and api (#31)Libravatar Brad Erickson1-1/+2
Co-authored-by: modmuss50 <[email protected]>
2019-05-27fix requires -> depends in mod JSONLibravatar asie1-1/+1
2019-04-07update to Loader 0.4.0Libravatar Adrian Siekierka4-17/+28
2019-02-15automatically set mod version on exportLibravatar UpcraftLP1-1/+1
2018-12-31use array initializer value as the default for exampleLibravatar asie1-1/+3
2018-12-12Add description to example mod (#2)Libravatar Prospector1-1/+2
2018-12-12require fabric api for the example modLibravatar asie1-0/+3
2018-12-09update library versionsLibravatar Adrian Siekierka1-0/+0
2018-11-30update to 48b, new fabric-loader definitionLibravatar Adrian Siekierka1-2/+2
2018-11-06update to 0.0.13Libravatar asie2-4/+2
2018-11-03first commitLibravatar Adrian Siekierka5-0/+63