diff --git a/gradle.properties b/gradle.properties index 3c5dbac..fb02eb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.3-pre2 -yarn_mappings=1.20.3-pre2+build.5 -loader_version=0.14.24 + minecraft_version=1.20.3 + yarn_mappings=1.20.3+build.1 + loader_version=0.15.0 # Mod Properties - mod_version = 1.20.3.4 + mod_version = 1.20.3.5 maven_group = de.jottyfan.minecraft archives_base_name = quickiefabric # Dependencies - fabric_version=0.90.12+1.20.3 + fabric_version=0.91.1+1.20.3 # for ExtendedLeavesBlock terraform_wood_api_version=9.0.0-alpha.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1280e63..832c892 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,8 +26,8 @@ "quickiefabric.mixins.json" ], "depends": { - "fabricloader": ">=0.14.24", - "minecraft": "~1.20.2", + "fabricloader": ">=0.15.0", + "minecraft": "~1.20.3", "java": ">=17", "fabric-api": "*" },