update to 1.18 prerelease 8

This commit is contained in:
dfsek 2021-11-24 20:26:17 -07:00
parent 0001c20eea
commit 7cf51356a6

View File

@ -16,8 +16,8 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.yaml", "com.dfsek.terra.lib.yaml") relocate("org.yaml", "com.dfsek.terra.lib.yaml")
} }
val minecraft = "1.18-pre7" val minecraft = "1.18-pre8"
val yarn = "3" val yarn = "4"
val fabricLoader = "0.12.5" val fabricLoader = "0.12.5"
// Do not shade because minecraft already includes it // Do not shade because minecraft already includes it