From 62641e3600cc13fccddcd952e4aeb90ae2ebf5a7 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:51:57 -0400 Subject: Updated minecraft requirement --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 95426c72..5f5a7de4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,8 +28,8 @@ "depends": { "fabricloader": ">=0.14.6", "fabric": "*", - "cloth-config2": "*", - "minecraft": ["1.19.3"] + "cloth-config2": "*", + "minecraft": ["1.19.4"] }, "custom": { "modmenu": { -- cgit From 58e8133079d1969b511643dcac32f91f59821c33 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:24:16 -0400 Subject: Fix & require some recent versions of dependencies --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5f5a7de4..85029346 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,10 +26,10 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.14.6", - "fabric": "*", + "fabricloader": ">=0.14.17", + "fabric-api": ">=0.76.0+1.19.4", "cloth-config2": "*", - "minecraft": ["1.19.4"] + "minecraft": ">=1.19.4" }, "custom": { "modmenu": { -- cgit From 5e8a9fdac35232c5b8326250781cc38bb2eb88d2 Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:14:56 -0400 Subject: Fixed minecraft version dependency and ItemRendererMixin --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 85029346..dd94270d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.17", "fabric-api": ">=0.76.0+1.19.4", "cloth-config2": "*", - "minecraft": ">=1.19.4" + "minecraft": "~1.19.4" }, "custom": { "modmenu": { -- cgit