diff --git a/automobiles_motorcycle/motorcycle_entities.lua b/automobiles_motorcycle/motorcycle_entities.lua index cc26c1c..bd186f5 100755 --- a/automobiles_motorcycle/motorcycle_entities.lua +++ b/automobiles_motorcycle/motorcycle_entities.lua @@ -96,7 +96,7 @@ minetest.register_entity("automobiles_motorcycle:motorcycle", { initial_properties = { physical = true, collide_with_objects = true, - collisionbox = {-0.1, -0.43, -0.1, 0.1, 1, 0.1}, + collisionbox = {-0.1, -0.42, -0.1, 0.1, 1, 0.1}, selectionbox = {-1, 1, -1, 1, -1, 1}, stepheight = 0.7, visual = "mesh",