add check for changes in path
This commit is contained in:
parent
dd590460e8
commit
4643f07c8d
2
calf.lua
2
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"},
|
||||
|
@ -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"},
|
||||
|
2
male.lua
2
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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user