1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-23 16:30:19 +01:00

Remove the knockback for Dungeon Masters

This commit is contained in:
Ombridride 2015-05-27 00:10:02 +02:00
parent ce0970d820
commit 4e610ea051

View File

@ -40,6 +40,7 @@ mobs:register_mob("mobs:dungeon_master", {
run_velocity = 2, run_velocity = 2,
jump = false, jump = false,
view_range = 16, view_range = 16,
knock_back = 0, --this is a test
-- drops mese or diamond when dead -- drops mese or diamond when dead
drops = { drops = {
{name = "default:mese_crystal_fragment", {name = "default:mese_crystal_fragment",