Add a block-mycelium-spread flag?
LadyCailinBot opened this issue ยท 1 comments
WORLDGUARD-2262 - Reported by gabizou
So currently WorldGuard 5.6 has the following dynamics:
dynamics:
disable-grass-growth: true
disable-ice-melting: true
disable-snow-formation: false
disable-mushroom-spread: false
disable-snow-melting: true
disable-leaf-decay: false
disable-ice-formation: true
I've recently custom built a world that is mainly made of dirt and there's no way to prevent mycelium from spreading across the entire world (even when there's a mushroom spread, grass etc.). I figured it would be a nice dynamic flag that could be added into WorldGuard.
Comment by gabizou
Made a pull request for this addition: #241
Tested on local server, works exactly as expected.