disable jumping for axolotl for now
This commit is contained in:
parent
fc75dc9872
commit
8eeb47a4b2
|
@ -72,7 +72,7 @@ local axolotl = {
|
|||
fly = true,
|
||||
fly_in = { "mcl_core:water_source", "mclx_core:river_water_source" },
|
||||
breathes_in_water = true,
|
||||
jump = true,
|
||||
jump = false, -- disable for now, because they will not find back
|
||||
damage = 2,
|
||||
reach = 2,
|
||||
attack_type = "dogfight",
|
||||
|
|
Loading…
Reference in New Issue