Make placeholders not pointable

This commit is contained in:
Niwla23 2019-07-17 01:22:12 +02:00 committed by sfan5
parent 4f2c7b18cc
commit 40b49ee9bc
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ minetest.register_node("worldedit:placeholder", {
paramtype = "light",
sunlight_propagates = true,
diggable = false,
pointable = false,
walkable = false,
groups = {not_in_creative_inventory=1},
})