diff options
author | Serhan <serhanduzce@gmail.com> | 2023-03-30 08:33:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 08:33:42 +0300 |
commit | 7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d (patch) | |
tree | 6ca4a0b37c0c807307ec7b3e5dbb61232126f4b2 /src/main/resources | |
parent | da7f2e8dc92f40764d71a1408dd5d4a9add7625f (diff) | |
parent | 3074075c1561163606f441f1a8f582b79082c311 (diff) | |
download | Skyblocker-7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d.tar.gz Skyblocker-7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d.tar.bz2 Skyblocker-7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d.zip |
Merge branch 'master' into minor-updates
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": { |