Mojira Archive
MC-117646

Relative coordinates with /function

I have an armorstand. With command blocks, it executes a /function several times... This is the commands in the function file :

setblock ~ ~ ~ air
#Detects if it has reached an obsidian block
execute @s ~ ~ ~ detect ~ ~1 ~ obsidian 0 scoreboard players tag @s add end
tp @s ~ ~1 ~
#if it's not the end, the function is executed again
execute @s[tag=!end] ~ ~ ~ function myfolder:myfunction

It should place air until it reaches the obsidian block, but the air is only placed at the start, where the armorstand executed the function for the first time...

Duplicate

Erywarn

2017-05-18, 07:38 PM

2017-05-18, 08:17 PM

2017-05-18, 08:17 PM

0

1

Unconfirmed

Minecraft 1.12 Pre-Release 4

-