Started by
God_Of_Wood
on
Topic category: Help with MCreator software
I am currently working on a dimension with two different biomes and I wanted to know if it is possible to replace the stone from one of them with another block.
Topic category: Help with MCreator software
I am currently working on a dimension with two different biomes and I wanted to know if it is possible to replace the stone from one of them with another block.
all stone or just some
All of the stone.
With a procedure you could do something like this, with either the on world created (or something, not on computer to look), or on world tick. For the procedure do
If biome is Your Biome
If block at x y z = stone block
Replace block at x y z with newstone block
The on created, or on loaded or whatever it is, will only replace them at the beginning, the on world tick will always replace them when you put it down, but might get laggy... So do the on created on..
Ok, thanks. i'll try it out.
did it work?????????