Started by
xXMoksXx
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make a block that infects neighboring blocks of a certain type at a random rate, turning them into another block?
Edited by xXMoksXx on Wed, 03/23/2022 - 14:39
You can make a procedure where testing the blocks at the positive/negative x, y, and/or z coordinates and then use the 70% chance procedure template and inside of that put "replace block at... with (custom block)"
Thank you, you helped me a lot