launch on 1.18

This commit is contained in:
dfsek
2021-11-20 20:56:57 -07:00
parent a6edb6aef6
commit a447be3c50
25 changed files with 126 additions and 180 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}
val minecraft = "1.18-pre5"
val minecraft = "1.18-pre1"
val yarn = "4"
val fabricLoader = "0.12.5"