This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
ex : i wanna remove all gold ore from world,
can i do like this?
function modTick() {
var bId = getTile(x,y,z);
if(bId == 15) {
setTile(x,y,z,1); // replace with stone !?
}
}