From c8a6e5938fea2399064ae5f7fda6466d5dfaddb8 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Thu, 22 May 2025 22:20:14 +0100 Subject: [PATCH] Block Check Fix for Chisel --- data/lzstools/function/load.mcfunction | 1 + data/lzstools/function/uninstall.mcfunction | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/data/lzstools/function/load.mcfunction b/data/lzstools/function/load.mcfunction index 9ef7625..fcb77e5 100644 --- a/data/lzstools/function/load.mcfunction +++ b/data/lzstools/function/load.mcfunction @@ -20,6 +20,7 @@ scoreboard objectives add lzt_trowel_max_damage dummy scoreboard objectives add lzt_chisel_success dummy scoreboard objectives add lzt_chisel_raycast dummy scoreboard objectives add lzt_chisel_raycast_hit dummy +scoreboard objectives add lzt_chisel_block_check dummy scoreboard objectives add lzt_chisel_slot dummy scoreboard objectives add lzt_chisel_unbreaking_check dummy scoreboard objectives add lzt_chisel_unbreaking_chance dummy diff --git a/data/lzstools/function/uninstall.mcfunction b/data/lzstools/function/uninstall.mcfunction index bbb7fdc..0a127e4 100644 --- a/data/lzstools/function/uninstall.mcfunction +++ b/data/lzstools/function/uninstall.mcfunction @@ -18,16 +18,16 @@ scoreboard objectives remove lzt_trowel_unbreaking_chance scoreboard objectives remove lzt_trowel_damage scoreboard objectives remove lzt_trowel_max_damage -# Trowel -scoreboard objectives remove lzt_trowel_success -scoreboard objectives remove lzt_trowel_raycast -scoreboard objectives remove lzt_trowel_raycast_hit -scoreboard objectives remove lzt_trowel_block_check -scoreboard objectives remove lzt_trowel_block_length -scoreboard objectives remove lzt_trowel_unbreaking_check -scoreboard objectives remove lzt_trowel_unbreaking_chance -scoreboard objectives remove lzt_trowel_damage -scoreboard objectives remove lzt_trowel_max_damage +# Chisel +scoreboard objectives remove lzt_chisel_success +scoreboard objectives remove lzt_chisel_raycast +scoreboard objectives remove lzt_chisel_raycast_hit +scoreboard objectives remove lzt_chisel_block_check +scoreboard objectives remove lzt_chisel_slot +scoreboard objectives remove lzt_chisel_unbreaking_check +scoreboard objectives remove lzt_chisel_unbreaking_chance +scoreboard objectives remove lzt_chisel_damage +scoreboard objectives remove lzt_chisel_max_damage # Hammer scoreboard objectives remove lzt_hammer_check