diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-03-29 19:14:56 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-03-29 19:14:56 -0400 |
commit | 5e8a9fdac35232c5b8326250781cc38bb2eb88d2 (patch) | |
tree | 16471bf0b37058a12de339dc3544d8c4d8af47bb /src/main/resources | |
parent | 58e8133079d1969b511643dcac32f91f59821c33 (diff) | |
download | Skyblocker-5e8a9fdac35232c5b8326250781cc38bb2eb88d2.tar.gz Skyblocker-5e8a9fdac35232c5b8326250781cc38bb2eb88d2.tar.bz2 Skyblocker-5e8a9fdac35232c5b8326250781cc38bb2eb88d2.zip |
Fixed minecraft version dependency and ItemRendererMixin
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |