Hey mc-market,
Okay, so I am usually decent at skripting but I seem to be having an issue with this. I can't seem to find the right events/conditions if someone could please help it would be appreciated.
I'm trying to make a skript for some users & myself that removes sand entities that are the ground. Example, someone makes a lag machine all the broken sand is on the ground, they want it where once the sand goes on the ground it will clear that item.
on break:
block is sand
set {_block} to event-block
set {_entity} to event-entity
loop all entities in a radius of 10 around event-block:
if loop-entity is on the ground:
clear loop-entity
Thanks, for the help!
Okay, so I am usually decent at skripting but I seem to be having an issue with this. I can't seem to find the right events/conditions if someone could please help it would be appreciated.
I'm trying to make a skript for some users & myself that removes sand entities that are the ground. Example, someone makes a lag machine all the broken sand is on the ground, they want it where once the sand goes on the ground it will clear that item.
on break:
block is sand
set {_block} to event-block
set {_entity} to event-entity
loop all entities in a radius of 10 around event-block:
if loop-entity is on the ground:
clear loop-entity
Thanks, for the help!
