Make many entities non-pointable
This commit is contained in:
parent
7ca999626d
commit
66c6b373a5
9 changed files with 12 additions and 5 deletions
|
@ -318,8 +318,8 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
|||
|
||||
local doll_def = {
|
||||
hp_max = 1,
|
||||
physical = true,
|
||||
collisionbox = {0,0,0,0,0,0},
|
||||
physical = false,
|
||||
pointable = false,
|
||||
visual = "mesh",
|
||||
makes_footstep_sound = false,
|
||||
timer = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue