add check for changes in path

This commit is contained in:
berengma 2020-12-15 18:09:18 +01:00
parent dd590460e8
commit 4643f07c8d
3 changed files with 3 additions and 3 deletions

View File

@ -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"},

View File

@ -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"},

View File

@ -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"},