Don't catch_up on grass block spread

This commit is contained in:
Wuzzy 2017-05-14 19:49:04 +02:00
parent f9d63ecf61
commit ba87295fa4
1 changed files with 1 additions and 0 deletions

View File

@ -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