From 2406a84d5d269c61a1cba8663ee5c53f5ea0fdb8 Mon Sep 17 00:00:00 2001 From: CleverNucleus Date: Sat, 6 Aug 2022 14:26:54 +0100 Subject: [PATCH] Updated for 1.19.2 --- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index 85044c8..f3ed75c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ org.gradle.jvmargs=-Xmx1G -minecraft_version=1.19 -yarn_mappings=1.19+build.1 -loader_version=0.14.6 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.1 +loader_version=0.14.8 -mod_version = 0.2.0 +mod_version = 0.2.1 maven_group = com.github.clevernucleus archives_base_name = armorrenderlib -fabric_version=0.57.0+1.19 +fabric_version=0.58.6+1.19.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f6f0235..a8f228e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,9 +25,9 @@ "armorrenderlib.mixins.json" ], "depends": { - "fabricloader": ">=0.14.6", - "fabric": ">=0.57.0", - "minecraft": "1.19", + "fabricloader": ">=0.14.8", + "fabric": ">=0.58.6", + "minecraft": "1.19.2", "java": ">=17" } } \ No newline at end of file