Fixed colision box on foot hold

This commit is contained in:
DonBatman 2015-09-09 14:32:03 -06:00
parent cee85ac448
commit 19f13ecd07

View File

@ -137,6 +137,12 @@ minetest.register_node("mymasonhammer:"..mat.."_foot", {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5},
}
},
collision_box = {
type="fixed",
fixed = {
{-0.5, -0.5, -0.1875, 0.5, 0.5, 0.5},
}
},
})
end