From 3c967b384500d117c23fa5d1cb23bc415a5d6324 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:31:04 -0500 Subject: 24w07a & Mixin Extras update --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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 f45a6a91..451cd684 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,10 @@ ], "accessWidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.15.6", - "fabric-api": ">=0.95.5+1.20.5", + "fabricloader": ">=0.15.7", + "fabric-api": ">=0.96.2+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4", - "minecraft": "~1.20.5-alpha.24.5.a" + "minecraft": "~1.20.5-alpha.24.7.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" -- cgit