diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2023-03-30 04:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 04:41:29 +0200 |
commit | 3074075c1561163606f441f1a8f582b79082c311 (patch) | |
tree | 16471bf0b37058a12de339dc3544d8c4d8af47bb /src/main/resources | |
parent | 71d1c240fbde9372afa8e2a2388218fff33eb04b (diff) | |
parent | 5e8a9fdac35232c5b8326250781cc38bb2eb88d2 (diff) | |
download | Skyblocker-3074075c1561163606f441f1a8f582b79082c311.tar.gz Skyblocker-3074075c1561163606f441f1a8f582b79082c311.tar.bz2 Skyblocker-3074075c1561163606f441f1a8f582b79082c311.zip |
Merge pull request #123 from kevinthegreat1/master
Support for 1.19.4 & Cleanup
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 95426c72..dd94270d 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": "*", - "cloth-config2": "*", - "minecraft": ["1.19.3"] + "fabricloader": ">=0.14.17", + "fabric-api": ">=0.76.0+1.19.4", + "cloth-config2": "*", + "minecraft": "~1.19.4" }, "custom": { "modmenu": { |