Skip to content

Commit 40b49ee

Browse files
niwla23sfan5
authored andcommittedJul 16, 2019
Make placeholders not pointable
1 parent 4f2c7b1 commit 40b49ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎worldedit/visualization.lua

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ minetest.register_node("worldedit:placeholder", {
66
paramtype = "light",
77
sunlight_propagates = true,
88
diggable = false,
9+
pointable = false,
910
walkable = false,
1011
groups = {not_in_creative_inventory=1},
1112
})

0 commit comments

Comments
 (0)
Please sign in to comment.