diff options
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" |