Fix collisionbox size of upper mast

master
Wuzzy 2022-07-05 11:34:01 +02:00
parent 842c1bce44
commit 5010445428
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ minetest.register_node( "pride_flags:upper_mast", {
}, },
collision_box = { collision_box = {
type = "fixed", type = "fixed",
fixed = { { -3/32, -1/2, -3/32, 3/32, 1/5, 3/32 } }, fixed = { { -3/32, -1/2, -3/32, 3/32, 1/2, 3/32 } },
}, },
on_rightclick = function ( pos, node, player ) on_rightclick = function ( pos, node, player )