chore: bump to 1.20.6
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful

This commit is contained in:
Johannes Frohnmeyer 2024-05-01 19:17:36 +02:00
parent 7e663bd4f2
commit c17ffe42c8
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -28,11 +28,11 @@ repositories {
val muscriptVersion = "1.7-SNAPSHOT"
val modmenuVersion = "10.0.0-beta.1"
jfMod {
minecraftVersion = "1.20.5"
minecraftVersion = "1.20.6"
yarn("build.1")
loaderVersion = "0.15.10"
libJfVersion = "3.15.2"
fabricApiVersion = "0.97.5+1.20.5"
fabricApiVersion = "0.97.8+1.20.6"
modrinth {
projectId = "respackopts"
@ -61,7 +61,7 @@ dependencies {
exclude("net.fabricmc") // required to work around duplicate fabric loaders
}
modLocalRuntime("io.gitlab.jfronny.libjf:libjf-devutil", nofabric)
modLocalRuntime("com.terraformersmc:modmenu:$modmenuVersion", nofabric) // Temporarily disabled since modmenu doesn't support snapshots
modLocalRuntime("com.terraformersmc:modmenu:$modmenuVersion", nofabric)
modClientCompileOnly("com.terraformersmc:modmenu:$modmenuVersion", nofabric)
modClientCompileOnly("io.vram:frex-fabric:20.0.+")