Hi I dont know how to skript much however I am trying to make a single block when mined turn into a random block and keep doing so. I am trying to re create this https://ijaminecraft.com/map/oneblock/
on load:
set {list_of_blocks::*} to all items
remove barrier and command block from {list_of_blocks::*}
set {_loc} to 0,150,0
on break of stone or grass or dirt:
cancel event
set block to random element at {_loc} to stone and grass and dirt and *
Clearly I have no Idea what Im doing and the full version of this is a fairly large project. any help to get me #going?
on load:
set {list_of_blocks::*} to all items
remove barrier and command block from {list_of_blocks::*}
set {_loc} to 0,150,0
on break of stone or grass or dirt:
cancel event
set block to random element at {_loc} to stone and grass and dirt and *
Clearly I have no Idea what Im doing and the full version of this is a fairly large project. any help to get me #going?
Last edited: