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

Remove the knockback for Minotaurs

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

View File

@ -35,6 +35,7 @@ mobs:register_mob("mobs:minotaur", {
jump = true,
floats = 1,
view_range = 16,
knock_back = 0, --this is a test
-- drops desert_sand and coins when dead
drops = {
{name = "maptools:gold_coin",