Skip to content

Commit 4643f07

Browse files
committed
add check for changes in path
1 parent dd59046 commit 4643f07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

calf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ minetest.register_entity("wildcow:auroch_calf",{
9393
physical = true,
9494
stepheight = 0.1, --EVIL!
9595
collide_with_objects = false,
96-
collisionbox = {-0.45, 0, -0.45, 0.45, 0.95, 0.45},
96+
collisionbox = {-0.35, 0, -0.35, 0.35, 0.75, 0.35},
9797
visual = "mesh",
9898
mesh = "wildcow_auroch_calf.b3d",
9999
textures = {"wildcow_auroch_calf_male.png"},

female.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ minetest.register_entity("wildcow:auroch_female",{
184184
physical = true,
185185
stepheight = 0.1, --EVIL!
186186
collide_with_objects = false,
187-
collisionbox = {-0.45, 0, -0.45, 0.45, 0.85, 0.45},
187+
collisionbox = {-0.35, 0, -0.35, 0.35, 0.85, 0.35},
188188
visual = "mesh",
189189
mesh = "wildcow_auroch_female.b3d",
190190
textures = {"wildcow_auroch_female.png"},

male.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ minetest.register_entity("wildcow:auroch_male",{
158158
physical = true,
159159
stepheight = 0.1, --EVIL!
160160
collide_with_objects = false,
161-
collisionbox = {-0.45, 0, -0.45, 0.45, 0.85, 0.45},
161+
collisionbox = {-0.35, 0, -0.35, 0.35, 0.85, 0.35},
162162
visual = "mesh",
163163
mesh = "wildcow_auroch_male.b3d",
164164
textures = {"wildcow_auroch_male.png"},

0 commit comments

Comments
 (0)