From 3a53e51494523871870491617ae6add9b3fe87fe Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:46:56 -0400 Subject: 1.21 --- src/main/resources/fabric.mod.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/resources/fabric.mod.json') 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" -- cgit