#How can i make a block like the grass block? that transform a certain block into the same block?
1 messages · Page 1 of 1 (latest)
I don't understand exactly what you need. Do you want the block to spread to other blocks like grass on dirt?
Yes
As far as I know there is no component that does this, you would have to use random_ticking to trigger an event that would replace the surrounding blocks within a time interval.