update to pre6

This commit is contained in:
dfsek 2021-11-23 10:09:17 -07:00
parent 2a4e6830e1
commit 37ef406a78

View File

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