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 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index c08d96a6..98c6243a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ loader_version=0.15.1 #Fabric api ## 1.20 -fabric_api_version=0.91.1+1.20.4 +fabric_api_version=0.92.0+1.20.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -- cgit