1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-27 20:40:19 +02:00

lower stepheight to fix entity glitching through walls

This commit is contained in:
TenPlus1
2017-12-30 14:58:13 +00:00
parent 0db8d4b263
commit 202ecfccad
9 changed files with 12 additions and 2 deletions

View File

@ -13,7 +13,7 @@ mobs:register_mob("mobs_animal:cow", {
hp_min = 5,
hp_max = 20,
armor = 200,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4},
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.2, 0.4},
visual = "mesh",
mesh = "mobs_cow.x",
textures = {