add walk-able waterlily collision box

This commit is contained in:
Juraj Vajda 2023-03-06 14:31:28 -05:00
parent 80e03581c8
commit f5744f3247

View File

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