From e4ea91d02dbdda535bc883e65919c8e90f93daf7 Mon Sep 17 00:00:00 2001 From: Username404 Date: Fri, 29 Jul 2022 18:51:31 +0200 Subject: Update to Minecraft 1.19.1 --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 92a01abf..c215a90f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,18 +1,18 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.19.1-rc2 -yarn_mappings=1.19.1-rc2+build.1 +minecraft_version=1.19.1 +yarn_mappings=1.19.1+build.3 loader_version=0.14.6 #Fabric api -fabric_version=0.58.0+1.19.1 +fabric_version=0.58.5+1.19.1 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=7.0.65 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=4.0.0-beta.4 +mod_menu_version=4.0.5 # Mod Properties mod_version = 1.8.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f7298610..6e9858b1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": ["~1.19.1-rc.2"] + "minecraft": [">=1.19.1"] }, "custom": { "modmenu": { -- cgit