mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 08:20:21 +01:00
Adjust the health and the knockback of DM
This commit is contained in:
parent
41aeaa10a6
commit
8372822cf4
@ -40,7 +40,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
||||
run_velocity = 2,
|
||||
jump = false,
|
||||
view_range = 16,
|
||||
knock_back = 0, --this is a test
|
||||
knock_back = 0.05, --this is a test
|
||||
-- drops mese or diamond when dead
|
||||
drops = {
|
||||
{name = "default:mese_crystal_fragment",
|
||||
|
Loading…
Reference in New Issue
Block a user