Files
minecraft_lzstools/data/lzstools_chisel/function/block/place/slabs.mcfunction
T
2025-05-21 21:26:09 +01:00

3 lines
320 B
MCFunction

# Place Slabs
$execute as @s if score py lzt_chisel_raycast matches 8.. store result score @s lzt_chisel_success run setblock ~ ~ ~ $(chosen_block)[type=top] destroy
$execute as @s if score py lzt_chisel_raycast matches ..7 store result score @s lzt_chisel_success run setblock ~ ~ ~ $(chosen_block)[type=bottom] destroy