mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 02:20:21 +02:00
tweak the mobs mod
- Remove the jump step (useless now) - Some health adjustments - Some damage adjustments - Add blood textures for some mobs (spider/red, creeper/green) - Begin the cleaning and organisation code for the wolfs and creepers mobs
This commit is contained in:
@ -40,8 +40,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
||||
-- speed and jump
|
||||
walk_velocity = 1,
|
||||
run_velocity = 2,
|
||||
jump = true,
|
||||
step = 0.5,
|
||||
jump = false,
|
||||
view_range = 16,
|
||||
-- drops mese or diamond when dead
|
||||
drops = {
|
||||
|
Reference in New Issue
Block a user