1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-02-02 21:30:20 +01:00

Modified cows' hitbox

- Related to #138
This commit is contained in:
LeMagnesium 2015-07-27 18:10:41 +02:00
parent a9f2f4c66d
commit f0ace0faad

View File

@ -14,7 +14,7 @@ mobs:register_mob("mobs:cow", {
hp_max = 30, hp_max = 30,
armor = 200, armor = 200,
-- textures and model -- textures and model
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4}, collisionbox = {-0.8, 0, -0.8, 0.8, 1.6, 0.8},
visual = "mesh", visual = "mesh",
mesh = "mobs_cow.x", mesh = "mobs_cow.x",
textures = { textures = {