From 7c0cba3ec25975ef51a9ea604ff308ce98270839 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:05:29 -0400 Subject: 1.20.6 --- gradle.properties | 6 +++--- 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" -- cgit