From d808dc526479378a1ab7a20f8e2954192fe8d7da Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sat, 11 Feb 2023 16:23:43 +0100 Subject: [PATCH] preparation for upgrade --- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3194692..b07b77b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version=1.19.3 - yarn_mappings=1.19.3+build.3 - loader_version=0.14.11 + minecraft_version=23w06a + yarn_mappings=23w06a+build.12 + loader_version=0.14.14 # Mod Properties - mod_version = 1.19.3.3 + mod_version = 1.19.4.0 maven_group = de.jottyfan.minecraft archives_base_name = quickiefabric # Dependencies - fabric_version=0.69.1+1.19.3 + fabric_version=0.73.5+1.19.4 # for ExtendedLeavesBlock terraform_wood_api_version=5.0.0-beta.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1b1010e..44eba09 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,9 +26,9 @@ "quickiefabric.mixins.json" ], "depends": { - "fabricloader": ">=0.14.11", + "fabricloader": ">=0.14.14", "fabric": "*", - "minecraft": "1.19.3", + "minecraft": "23w06a", "java": ">=17" }, "suggests": {