Im not sure how to create a skyblock cobble gen . Can be also upgradable. Can anyone help me with this?
[doublepost=1528905617,1528902032][/doublepost]on break:
if event-block is cobblestone:
loop blocks in radius 1 around the event-block:
if loop-block is lava:
send "s"
wait 1 ticks
set block at event-block to coal ore
sometimes work but sometimes doesn't
[doublepost=1528905617,1528902032][/doublepost]on break:
if event-block is cobblestone:
loop blocks in radius 1 around the event-block:
if loop-block is lava:
send "s"
wait 1 ticks
set block at event-block to coal ore
sometimes work but sometimes doesn't