mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-22 16:09:33 +01:00
Don't catch_up on grass block spread
This commit is contained in:
parent
f9d63ecf61
commit
ba87295fa4
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ minetest.register_abm({
|
|||
neighbors = {"air", "mcl_core:dirt_with_grass", "mcl_core:mycelium"},
|
||||
interval = 30,
|
||||
chance = 20,
|
||||
catch_up = false,
|
||||
action = function(pos)
|
||||
if pos == nil then
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue