diff --git a/nodes.lua b/nodes.lua index ac505b7..5e0cad7 100644 --- a/nodes.lua +++ b/nodes.lua @@ -167,4 +167,5 @@ minetest.register_node("mg:ignore", { description = "MG Ignore", drawtype = "airlike", sunlight_propagates = true, + groups = {snappy=2}, })