aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2023-06-07Update to 1.20Libravatar modmuss1-1/+1
Now uses split-sourceset's
2022-11-22Update dependencies (#220)Libravatar modmuss501-4/+5
2021-11-161.18-pre2Libravatar modmuss501-2/+1
2021-11-09Update to Gradle 7.3 and also build on Java 17Libravatar modmuss501-3/+4
2021-05-12Update to 21w19a and Java 16Libravatar modmuss501-4/+2
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-0/+41
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback