Minecraft – Will making a grass bridge wider increase the speed at which grass covers it

minecraft-java-edition

I'm building a mob grinder and want to get grass to grow on it. I've built a bridge for grass to spread to it from a nearby island. If I make the bridge wider than 1 block will the extra blocks allow the grass to spread to my grinder faster? An explanation of the algorithm the game uses would be appreciated.

Best Answer

Yes, making a bridge more than one block wide will increase the speed of the grass spreading. Grass can spread to any adjacent blocks (including diagonals), from one level above to three levels below the "source" block. If you were to build a one-wide bridge, the grass would have to spread from the first block in the bridge to the second, then to the third, etc. However, with a > 1-block-wide bridge, there are multiple blocks that this algorithm could be run on. Also, grass could spread to the block in front or the blocks diagonally from it, allowing for the grass to propagate faster.