mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 12:50:41 +01:00
Fix the PumpKing collisionbox
This commit is contained in:
parent
eacb5e1508
commit
fc21386b1b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user