1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Fixed ignoring of "diggable" property of nodes.

This commit is contained in:
0gb.us 2013-10-28 17:25:10 -07:00 committed by ShadowNinja
parent bd6d4666ab
commit 53ab2f8def
2 changed files with 2 additions and 2 deletions

View file

@ -270,6 +270,7 @@ minetest.register_item(":unknown", {
on_place = minetest.item_place,
on_drop = minetest.item_drop,
groups = {not_in_creative_inventory=1},
diggable = true,
})
minetest.register_node(":air", {