mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix damage value for axolotls
This commit is contained in:
parent
432e196794
commit
4695707188
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ local axolotl = {
|
|||
fly_in = { "mcl_core:water_source", "mclx_core:river_water_source" },
|
||||
breathes_in_water = true,
|
||||
jump = true,
|
||||
damage = 2,
|
||||
reach = 2,
|
||||
attack_type = "dogfight",
|
||||
attack_animals = true,
|
||||
specific_attack = {
|
||||
"extra_mobs_cod",
|
||||
|
|
Loading…
Reference in a new issue