mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-13 05:10:23 +02:00
Updated mob mod
- Slightly changed API - Added textures, and sounds - Removed .env calls
This commit is contained in:
@ -62,16 +62,11 @@ mobs:register_mob("mobs:cow", {
|
||||
end,
|
||||
|
||||
animation = {
|
||||
speed_normal = 15,
|
||||
speed_run = 15,
|
||||
stand_start = 0,
|
||||
stand_end = 30,
|
||||
walk_start = 35,
|
||||
walk_end = 65,
|
||||
run_start = 105,
|
||||
run_end = 135,
|
||||
punch_start = 70,
|
||||
punch_end = 100,
|
||||
speed_normal = 15, speed_run = 15,
|
||||
stand_start = 0, stand_end = 30,
|
||||
walk_start = 35, walk_end = 65,
|
||||
run_start = 105, run_end = 135,
|
||||
punch_start = 70, punch_end = 100,
|
||||
},
|
||||
|
||||
jump = true,
|
||||
|
Reference in New Issue
Block a user