diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-13 21:46:56 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-06-18 16:34:37 -0400 |
commit | 3a53e51494523871870491617ae6add9b3fe87fe (patch) | |
tree | 2ad7c2e1718b3441f33d09e1be19c4051b0a1b44 /src/main/resources/fabric.mod.json | |
parent | 265c09b16b78b93a55745ce8dd008d405e735d6b (diff) | |
download | Skyblocker-3a53e51494523871870491617ae6add9b3fe87fe.tar.gz Skyblocker-3a53e51494523871870491617ae6add9b3fe87fe.tar.bz2 Skyblocker-3a53e51494523871870491617ae6add9b3fe87fe.zip |
1.21
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5a7732a0..e46085de 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,14 +33,14 @@ ], "accessWidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.15.10", - "fabric-api": ">=0.100.0+1.20.6", - "yet_another_config_lib_v3": ">=3.4.4+1.20.6", - "minecraft": "~1.20.5", + "fabricloader": ">=0.15.11", + "fabric-api": ">=0.100.1+1.21", + "yet_another_config_lib_v3": ">=3.5.0+1.21", + "minecraft": "~1.21", "java": ">=21" }, "conflicts": { - "immediatelyfast": "<=1.2.17+1.20.6" + "immediatelyfast": "<=1.2.18+1.21" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" |