From 9305b5cb8bc483e4d4585fed46ef697cda76e033 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:53:17 -0400 Subject: 24w13a --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 17217bd3..3638a9d5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,9 +34,9 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.7", - "fabric-api": ">=0.96.12+1.20.5", + "fabric-api": ">=0.96.13+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.12.a" + "minecraft": "~1.20.5-alpha.24.13.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" -- cgit