diff options
Diffstat (limited to 'src/main/resources')
-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 17ce8bc8..f75159f5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,13 +34,13 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.10", - "fabric-api": ">=0.97.8+1.20.6", - "yet_another_config_lib_v3": ">=3.4.1+1.20.5", + "fabric-api": ">=0.100.0+1.20.6", + "yet_another_config_lib_v3": ">=3.4.4+1.20.6", "minecraft": "~1.20.5", "java": ">=21" }, "conflicts": { - "immediatelyfast": "<=1.2.12+1.20.5" + "immediatelyfast": "<=1.2.17+1.20.6" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" |