forked from VoxeLibre/VoxeLibre
Fixed bamboo endcap top not being removed when bamboo beneath broken
This commit is contained in:
parent
6feb28ab75
commit
6d435fc0a4
|
@ -246,6 +246,9 @@ local bamboo_def = {
|
|||
minetest.add_item(new_pos, istack)
|
||||
end
|
||||
minetest.add_item(new_pos, istack)
|
||||
-- Remove bamboo endcap top (small plantlike)
|
||||
elseif node_above.name == BAMBOO_ENDCAP_TOP_NAME then
|
||||
minetest.remove_node(new_pos)
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue