diff options
-rw-r--r-- | gradle.properties | 6 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index e9374596..ceb86ac8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.5 -yarn_mappings=1.20.5+build.1 +minecraft_version=1.20.6 +yarn_mappings=1.20.6+build.1 loader_version=0.15.10 #Fabric api ## 1.20 -fabric_api_version=0.97.7+1.20.5 +fabric_api_version=0.97.8+1.20.6 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 81a6373d..645eda34 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,7 +34,7 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.10", - "fabric-api": ">=0.97.7+1.20.5", + "fabric-api": ">=0.97.8+1.20.6", "yet_another_config_lib_v3": ">=3.4.1+1.20.5", "minecraft": "~1.20.5", "java": ">=21" |