Skip to content

Commit

Permalink
Make placeholders not pointable
Browse files Browse the repository at this point in the history
  • Loading branch information
niwla23 authored and sfan5 committed Jul 16, 2019
1 parent 4f2c7b1 commit 40b49ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worldedit/visualization.lua
Expand Up @@ -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},
})
Expand Down

0 comments on commit 40b49ee

Please sign in to comment.