mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-16 07:10:30 +01:00
fix signs:wooden_right_sign collisionbox
This commit is contained in:
parent
78218051f4
commit
d6a86c30e7
|
@ -168,7 +168,7 @@ local models = {
|
|||
drawtype = "mesh",
|
||||
mesh = "signs_dir_right.obj",
|
||||
selection_box = { type="fixed", fixed = {-0.5, -7/32, 0.5, 7/16, 7/32, 7/16}},
|
||||
collision_box = { type="fixed", fixed = {-0,5, -7/32, 0.5, 7/16, 7/32, 7/16}},
|
||||
collision_box = { type="fixed", fixed = {-7/16, -7/32, 0.5, 0.5, 7/32, 7/16}},
|
||||
groups= { dig_immediate = 2 },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user