You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place sticky piston on the ground and activate it.
Place iron block next to the piston extension with this code loaded:
on place of iron block:
loop blocks in radius 1 of location of event-block:
if loop-block is any piston extension:
broadcast " It's working!"
if "%loop-block%" is "any piston extension":
broadcast " It's working, sort of..."
Only the latter part of the code will trigger.
The text was updated successfully, but these errors were encountered:
on place of iron block:
loop blocks in radius 1 of location of event-block:
if loop-block is any piston extension:
broadcast " It's working!"
if "%loop-block%" is "any piston extension":
broadcast " It's working, sort of..."
Only the latter part of the code will trigger.
The text was updated successfully, but these errors were encountered: