add a comment.
This commit is contained in:
parent
c4a70e45ce
commit
b22827952c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ blockgame.register_abm({
|
|||
end, 3)
|
||||
|
||||
if not is_supported then
|
||||
-- TODO: become randomly-sized leaves pile when layered leaves is added.
|
||||
minetest.set_node(pos, {name = modname .. ":leaves"})
|
||||
minetest.check_for_falling(pos)
|
||||
-- TODO: send out event here that makes nearby leaves check if they're unsupported as well?
|
||||
|
|
Loading…
Reference in a new issue