From ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:19:13 +0800 Subject: Misc Changes (#755) - Update Fabric API to 0.100.0 (woo 0.100!) - Update YACL to 3.4.4 - Update IF Conflict - Disable image repo loader because its moving to a different repository and will stop working soon Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com> --- 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 17ce8bc8..f75159f5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,13 +34,13 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.10", - "fabric-api": ">=0.97.8+1.20.6", - "yet_another_config_lib_v3": ">=3.4.1+1.20.5", + "fabric-api": ">=0.100.0+1.20.6", + "yet_another_config_lib_v3": ">=3.4.4+1.20.6", "minecraft": "~1.20.5", "java": ">=21" }, "conflicts": { - "immediatelyfast": "<=1.2.12+1.20.5" + "immediatelyfast": "<=1.2.17+1.20.6" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" -- cgit