mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-04 21:33:43 +01:00
Make placeholders not pointable
This commit is contained in:
parent
4f2c7b18cc
commit
40b49ee9bc
@ -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},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user