1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Adjust the health and the knockback of DM

This commit is contained in:
Ombridride 2015-06-25 00:18:55 +02:00
parent 41aeaa10a6
commit 8372822cf4

View File

@ -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",