diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-03 16:51:10 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 87fec063614292700954ce5fa3c73de075b56b58 (patch) | |
tree | 8a2e5e9043f3cf544aad04acd13f0cbc161a89f2 /src/main/resources/fabric.mod.json | |
parent | 9305b5cb8bc483e4d4585fed46ef697cda76e033 (diff) | |
download | Skyblocker-87fec063614292700954ce5fa3c73de075b56b58.tar.gz Skyblocker-87fec063614292700954ce5fa3c73de075b56b58.tar.bz2 Skyblocker-87fec063614292700954ce5fa3c73de075b56b58.zip |
24w14a & Java 21
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3638a9d5..684fd66d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,11 @@ ], "accessWidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.15.7", - "fabric-api": ">=0.96.13+1.20.5", + "fabricloader": ">=0.15.9", + "fabric-api": ">=0.96.14+1.20.5", "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-alpha.24.13.a" + "minecraft": "~1.20.5-alpha.24.14.a", + "java": ">=21" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" |