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:
@@ -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", {
|
||||
|
Reference in New Issue
Block a user