add walk-able waterlily collision box
This commit is contained in:
parent
80e03581c8
commit
f5744f3247
|
@ -2983,6 +2983,10 @@ minetest.register_node('everness:crystal_waterlily', {
|
|||
type = 'fixed',
|
||||
fixed = { -7 / 16, -0.5, -7 / 16, 7 / 16, -15 / 32, 7 / 16 }
|
||||
},
|
||||
collision_box = {
|
||||
type = 'fixed',
|
||||
fixed = { -7 / 16, -0.5, -7 / 16, 7 / 16, -15 / 32, 7 / 16 }
|
||||
},
|
||||
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
local pos = pointed_thing.above
|
||||
|
|
Ŝarĝante…
Reference in New Issue