Make many entities non-pointable

This commit is contained in:
Wuzzy 2019-03-07 03:53:06 +01:00
parent 7ca999626d
commit 66c6b373a5
9 changed files with 12 additions and 5 deletions

View file

@ -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,