sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

Execute unless block, not functioning

Open BlackTiger007 opened this issue 10 months ago • 0 comments

If I

execute.as("@e[type=minecraft:marker,tag=test]").at("@s").unless.block(["~", "~", "~"], "minecraft:dropper").run. setblock(["~", "~", "~"], "minecraft:dropper[facing=up]", "destroy")

we end up making it unless block ~,~,~ minecraft:dropper but only one unless with if it works.

image

image

BlackTiger007 avatar Apr 01 '24 17:04 BlackTiger007