From 74afd5fd062d65e62cd1a9ca8632998548721530 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:07:12 -0500 Subject: 1.20.3-pre2 --- 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 b55214d5..19b66fc2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,10 +36,10 @@ ], "accesswidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.14.22", - "fabric-api": ">=0.89.1+1.20.2", + "fabricloader": ">=0.14.24", + "fabric-api": ">=0.90.12+1.20.3", "yet_another_config_lib_v3": ">=3.2.1+1.20.2", - "minecraft": "~1.20.2" + "minecraft": "~1.20.3-beta.2" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" -- cgit