mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Fix collisionbox size of upper mast
This commit is contained in:
parent
842c1bce44
commit
5010445428
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -330,7 +330,7 @@ minetest.register_node( "pride_flags:upper_mast", {
|
|||
},
|
||||
collision_box = {
|
||||
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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue