1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Resolve colisionbox problem with zombies

This commit is contained in:
Quentin BUISSON-DEBON 2015-04-29 10:50:54 +02:00
parent 5d155df1af
commit 390a9616ca

View File

@ -13,7 +13,7 @@ mobs:register_mob("mobs:zombie", {
hp_max = 40, hp_max = 40,
armor = 100, armor = 100,
-- textures and model -- textures and model
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4}, collisionbox = {-0.25, -1, -0.3, 0.25, 0.75, 0.3},
visual = "mesh", visual = "mesh",
mesh = "mobs_zombie.x", mesh = "mobs_zombie.x",
textures = { textures = {