diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-29 18:24:16 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-03-29 18:24:16 -0400 |
commit | 58e8133079d1969b511643dcac32f91f59821c33 (patch) | |
tree | b50d33e3bd66bafc9611c2a38f6a4847a87f547f /src | |
parent | 0ee6d4f87e76c2da00002043968c860fec30be85 (diff) | |
download | Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.gz Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.bz2 Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.zip |
Fix & require some recent versions of dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
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": { |