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