Started by
RazorTrainOne
on
Topic category: Help with MCreator software
Im trying to make a type of block infection system, where from one source block a type of virus thing spreads throughout the land. I have the blocks themselves, but im at a loss as to how exactly I would implement the replacement/infection mechanic. Any tips are greatly appreciated.
One way is to make it place itself Every time it has a block update tick, I suggest making it random, so it isn’t spreading too fast.
Make it so that when neighbour block changes or when colliding with another block the block it touches changes into the same block.