From 8005dd9afe963a461619ee3da603d8202292840b Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:49:31 +0800 Subject: Migrate to Fabric Api ClientPlayerBlockBreakEvents (#466) * Migrate to fabric api ClientPlayerBlockBreakEvents * Update fapi requirement --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 e8f5ddb8..8871135a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,7 +37,7 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.0", - "fabric-api": ">=0.91.1+1.20.3", + "fabric-api": ">=0.92.0+1.20.4", "yet_another_config_lib_v3": ">=3.3.1+1.20.4", "minecraft": "~1.20.3" }, -- cgit