mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-01 02:00:39 +02: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,
|
jump = true,
|
||||||
floats = 1,
|
floats = 1,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
|
knock_back = 0, --this is a test
|
||||||
-- drops desert_sand and coins when dead
|
-- drops desert_sand and coins when dead
|
||||||
drops = {
|
drops = {
|
||||||
{name = "maptools:gold_coin",
|
{name = "maptools:gold_coin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user