mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-25 02:00:39 +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",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
diggable = false,
|
diggable = false,
|
||||||
|
pointable = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user