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
{{ message }}
This repository has been archived by the owner on May 6, 2018. It is now read-only.
Not found a way to do this. The ability to loop blocks/entities in a chunk
example 1:
loop blocks in chunk at location of player:
y coord of loop-block is greater than 49
set loop-block to bedrock
y coord of loop-block is greater than 50
set loop-block to air
example 2:
loop entities in chunk at location of player:
loop-entity is creeper
kill loop-entity
The text was updated successfully, but these errors were encountered:
zmolahah
changed the title
loop blocks in chunks
loop blocks/entities in chunks
May 1, 2014
example 2:
loop entities in radius 16 of player:
chunk at location of loop-entity is chunk at location of player
loop-entity is creeper
kill loop-entity
Not found a way to do this. The ability to loop blocks/entities in a chunk
example 1:
loop blocks in chunk at location of player:
y coord of loop-block is greater than 49
set loop-block to bedrock
y coord of loop-block is greater than 50
set loop-block to air
example 2:
loop entities in chunk at location of player:
loop-entity is creeper
kill loop-entity
The text was updated successfully, but these errors were encountered: