1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02: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", {