From 784ef6128b1963c696a13d2c81983fe372dd1424 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:40:08 -0400 Subject: 1.20.5-pre1 --- 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 684fd66d..87de1f97 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.9", - "fabric-api": ">=0.96.14+1.20.5", + "fabricloader": ">=0.15.10", + "fabric-api": ">=0.96.15+1.20.5", "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-alpha.24.14.a", + "minecraft": "~1.20.5-beta.1", "java": ">=21" }, "conflicts": { -- cgit