mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Update minotaur.lua
This commit is contained in:
parent
3678655c66
commit
41f21adb6c
@ -30,7 +30,7 @@ mobs:register_mob("mobs:minotaur", {
|
||||
-- death = "mobs_zombie_death",
|
||||
-- },
|
||||
-- speed and jump
|
||||
walk_velocity = 2,
|
||||
walk_velocity = 3,
|
||||
run_velocity = 4,
|
||||
jump = true,
|
||||
floats = 1,
|
||||
@ -47,7 +47,7 @@ mobs:register_mob("mobs:minotaur", {
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 5,
|
||||
light_damage = 2,
|
||||
light_damage = 0,
|
||||
-- model animation
|
||||
animation = {
|
||||
speed_normal = 15, speed_run = 15,
|
||||
|
Loading…
Reference in New Issue
Block a user