mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-03 05:40:20 +01:00
Remove the knockback for Big acid slimes
This commit is contained in:
parent
054af5238c
commit
a56f5f834d
@ -137,6 +137,7 @@ mobs:register_mob("mobs:greenbig", {
|
|||||||
jump_height = 6,
|
jump_height = 6,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
floats = 1,
|
floats = 1,
|
||||||
|
knock_back = 0, --this is a test
|
||||||
-- chance of dropping glue and coins
|
-- chance of dropping glue and coins
|
||||||
drops = {
|
drops = {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user