blob: 9dca97b4c5dda069da8eefcfbcfeb124f7fecca3 (
plain) (
blame)
1
2
3
4
|
execute as @e[type=armor_stand,tag=ame_rays] at @s run tp @s ^ ^ ^1
execute as @e[type=armor_stand,tag=ame_rays] at @s if block ~ ~ ~ amethyst_block run setblock ~ ~ ~ budding_amethyst
execute as @e[type=armor_stand,tag=ame_rays] at @s if block ~ ~ ~ calcite run kill @s
execute as @e[type=armor_stand,tag=ame_rays] at @s if block ~ ~ ~ smooth_basalt run kill @s
|