Fixed blocks not being removed with Trowel

Removed unneeded tags
Added clean trowel data after use
This commit is contained in:
2025-05-16 02:02:01 +01:00
parent 329f879cd8
commit 6b4033e081
6 changed files with 28 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
# Place Slabs
$execute as @s if score py lzt_trowel_raycast matches 8.. store result score @s lzt_wrench_success run setblock ~ ~ ~ $(chosen_block)[type=top] keep
$execute as @s if score py lzt_trowel_raycast matches ..7 store result score @s lzt_wrench_success run setblock ~ ~ ~ $(chosen_block)[type=bottom] keep
$execute as @s if score py lzt_trowel_raycast matches 8.. store result score @s lzt_trowel_success run setblock ~ ~ ~ $(chosen_block)[type=top] keep
$execute as @s if score py lzt_trowel_raycast matches ..7 store result score @s lzt_trowel_success run setblock ~ ~ ~ $(chosen_block)[type=bottom] keep