This commit is contained in:
dfsek 2021-11-23 12:43:05 -07:00
parent 37ef406a78
commit 596262bd64

View File

@ -16,7 +16,7 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.yaml", "com.dfsek.terra.lib.yaml") relocate("org.yaml", "com.dfsek.terra.lib.yaml")
} }
val minecraft = "1.18-pre6" val minecraft = "1.18-pre7"
val yarn = "3" val yarn = "3"
val fabricLoader = "0.12.5" val fabricLoader = "0.12.5"