Idk how to do this,
I have tried this:
on place of planks:0:
add location of event-block to {locations::*}
on place of oak log:
add location of event-block to {locations::*}
command /regen:
trigger:
wait 1 tick
loop {locations::*}:
set block at loop-value to air
every 5 seconds:
make console execute command "regen"
stop
How Do I add particles as the blocks are being gone, and how can I toggle it.?
I have tried this:
on place of planks:0:
add location of event-block to {locations::*}
on place of oak log:
add location of event-block to {locations::*}
command /regen:
trigger:
wait 1 tick
loop {locations::*}:
set block at loop-value to air
every 5 seconds:
make console execute command "regen"
stop
How Do I add particles as the blocks are being gone, and how can I toggle it.?
Last edited: