mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Remove the knockback for Minotaurs
This commit is contained in:
parent
4e610ea051
commit
054af5238c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user