disable jumping for axolotl for now

This commit is contained in:
kno10 2024-09-17 13:21:00 +02:00
parent fc75dc9872
commit 8eeb47a4b2
1 changed files with 1 additions and 1 deletions

View File

@ -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",