diff --git a/calf.lua b/calf.lua index 6e6b403..b81b90b 100644 --- a/calf.lua +++ b/calf.lua @@ -93,7 +93,7 @@ minetest.register_entity("wildcow:auroch_calf",{ physical = true, stepheight = 0.1, --EVIL! collide_with_objects = false, - collisionbox = {-0.45, 0, -0.45, 0.45, 0.95, 0.45}, + collisionbox = {-0.35, 0, -0.35, 0.35, 0.75, 0.35}, visual = "mesh", mesh = "wildcow_auroch_calf.b3d", textures = {"wildcow_auroch_calf_male.png"}, diff --git a/female.lua b/female.lua index 65a6118..2277403 100644 --- a/female.lua +++ b/female.lua @@ -184,7 +184,7 @@ minetest.register_entity("wildcow:auroch_female",{ physical = true, stepheight = 0.1, --EVIL! collide_with_objects = false, - collisionbox = {-0.45, 0, -0.45, 0.45, 0.85, 0.45}, + collisionbox = {-0.35, 0, -0.35, 0.35, 0.85, 0.35}, visual = "mesh", mesh = "wildcow_auroch_female.b3d", textures = {"wildcow_auroch_female.png"}, diff --git a/male.lua b/male.lua index c9eef5b..3668ce2 100644 --- a/male.lua +++ b/male.lua @@ -158,7 +158,7 @@ minetest.register_entity("wildcow:auroch_male",{ physical = true, stepheight = 0.1, --EVIL! collide_with_objects = false, - collisionbox = {-0.45, 0, -0.45, 0.45, 0.85, 0.45}, + collisionbox = {-0.35, 0, -0.35, 0.35, 0.85, 0.35}, visual = "mesh", mesh = "wildcow_auroch_male.b3d", textures = {"wildcow_auroch_male.png"},