Fix tree bud leaf decay.

This commit is contained in:
Aaron Suen 2020-01-15 22:38:33 -05:00
parent 288dddecd4
commit fb516e2ba6

View File

@ -16,6 +16,7 @@ nodecore.register_limited_abm({
if not nodecore.scan_flood(pos, 5, function(p)
local n = minetest.get_node(p).name
if n == modname .. ":tree"
or n == modname .. ":tree_bud"
or n == "ignore" then
return true
end