1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-22 20:50:17 +02:00

Fix the PumpKing collisionbox

This commit is contained in:
Quentin BUISSON-DEBON 2016-06-23 11:39:28 +02:00
parent eacb5e1508
commit fc21386b1b

View File

@ -7,7 +7,7 @@ mobs:register_mob("mobs:pumpking", {
{"mobs_pumpking.png"}
},
visual_size = {x=3, y=3},
collisionbox = {-0.85, 0.00, -0.85, 0.85, 5.3, 0.85},
collisionbox = {-0.5, 0.00, -0.5, 0.5, 4.5, 0.5},
animation = {
speed_normal = 15, speed_run = 30,
stand_start = 165, stand_end = 210,