mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-15 14:55:22 +01: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:
@@ -32,7 +32,7 @@ mobs:register_mob("mobs:lava_flan", {
|
||||
walk_velocity = 0.5,
|
||||
run_velocity = 2,
|
||||
jump = true,
|
||||
step = 2,
|
||||
-- step = 2, (ça aurait été pas mal, voir comment faire pour le remettre comme ça ?)
|
||||
view_range = 16,
|
||||
floats = 0,
|
||||
-- chance of dropping lava orb when dead
|
||||
|
||||
Reference in New Issue
Block a user