mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-01 07:30:27 +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:
@ -31,7 +31,6 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
walk_velocity = 3,
|
||||
run_velocity = 5,
|
||||
jump = true,
|
||||
step = 1,
|
||||
-- drops dirt and coins when dead
|
||||
drops = {
|
||||
{name = "default:dirt",
|
||||
|
Reference in New Issue
Block a user