From fe97fb4edb410a5dd7a40c28b9afb6ffff0c731a Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 2 May 2024 15:28:26 +0800 Subject: [PATCH] update game version to 1.20.6 --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index e2aa6e9..6a6d004 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://modmuss50.me/fabric.html - minecraft_version=1.20.4 - yarn_mappings=1.20.4+build.3 - loader_version=0.15.7 + minecraft_version=1.20.6 + yarn_mappings=1.20.6+build.1 + loader_version=0.15.10 # Mod Properties mod_version = 0.2 @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx2G # Dependencies # check this on https://modmuss50.me/fabric.html - fabric_version=0.96.11+1.20.4 + fabric_version=0.97.8+1.20.6