1
0
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:
Niklp09 2023-06-12 21:16:24 +02:00
parent 78218051f4
commit d6a86c30e7

View File

@ -168,7 +168,7 @@ local models = {
drawtype = "mesh", drawtype = "mesh",
mesh = "signs_dir_right.obj", mesh = "signs_dir_right.obj",
selection_box = { type="fixed", fixed = {-0.5, -7/32, 0.5, 7/16, 7/32, 7/16}}, 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 }, groups= { dig_immediate = 2 },
}, },
}, },