add a comment.

This commit is contained in:
trans_soup 2023-10-19 13:14:50 +02:00
parent c4a70e45ce
commit b22827952c
1 changed files with 1 additions and 0 deletions

View File

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