From f5744f3247429d9caf0cb745cbfad81a039d2ebd Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 6 Mar 2023 14:31:28 -0500 Subject: [PATCH] add walk-able waterlily collision box --- nodes.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes.lua b/nodes.lua index 7a8e20f..db1a83a 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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