From a0588bc0fce38990f06e66b5be9c89417217408f Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:09:46 -0500 Subject: 24w05a/b --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index dd6c2cd4..f45a6a91 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.0", - "fabric-api": ">=0.92.0+1.20.4", + "fabricloader": ">=0.15.6", + "fabric-api": ">=0.95.5+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4", - "minecraft": "~1.20.3" + "minecraft": "~1.20.5-alpha.24.5.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" -- cgit