Skip to content

Commit

Permalink
Make air and ignore drop nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Nov 3, 2012
1 parent 41c00e8 commit 936411e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/misc_register.lua
Expand Up @@ -259,6 +259,7 @@ minetest.register_node(":air", {
diggable = false,
buildable_to = true,
air_equivalent = true,
drop = "",
groups = {not_in_creative_inventory=1},
})

Expand All @@ -274,6 +275,7 @@ minetest.register_node(":ignore", {
diggable = false,
buildable_to = true, -- A way to remove accidentally placed ignores
air_equivalent = true,
drop = "",
groups = {not_in_creative_inventory=1},
})

Expand Down

0 comments on commit 936411e

Please sign in to comment.