mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 19:47:31 +01:00
Don't catch_up on grass block spread
This commit is contained in:
parent
f9d63ecf61
commit
ba87295fa4
@ -386,6 +386,7 @@ minetest.register_abm({
|
|||||||
neighbors = {"air", "mcl_core:dirt_with_grass", "mcl_core:mycelium"},
|
neighbors = {"air", "mcl_core:dirt_with_grass", "mcl_core:mycelium"},
|
||||||
interval = 30,
|
interval = 30,
|
||||||
chance = 20,
|
chance = 20,
|
||||||
|
catch_up = false,
|
||||||
action = function(pos)
|
action = function(pos)
|
||||||
if pos == nil then
|
if pos == nil then
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user