Make many entities non-pointable
This commit is contained in:
parent
7ca999626d
commit
66c6b373a5
9 changed files with 12 additions and 5 deletions
|
@ -429,7 +429,7 @@ minetest.register_node("mcl_signs:standing_sign67_5", ssign67)
|
|||
|
||||
-- FIXME: Prevent entity destruction by /clearobjects
|
||||
minetest.register_entity("mcl_signs:text", {
|
||||
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
||||
pointable = false,
|
||||
visual = "upright_sprite",
|
||||
textures = {},
|
||||
physical = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue