diff --git a/gradle.properties b/gradle.properties index e9ecba33..a4321775 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/versions.html -minecraft_version=1.19.1 -loader_version=0.14.8 -fabric_version=0.58.5+1.19.1 +minecraft_version=1.19.2 +loader_version=0.14.9 +fabric_version=0.60.0+1.19.2 #Loom loom_version=0.12-SNAPSHOT # Mod Properties diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 780c971c..058d487f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -49,7 +49,8 @@ "fabric": ">=0.58.0", "minecraft": [ "1.19", - "1.19.1" + "1.19.1", + "1.19.2" ], "bclib": "2.1.x" },