mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-25 04:13:44 +01:00
Fix damage value for axolotls
This commit is contained in:
parent
432e196794
commit
4695707188
@ -93,6 +93,9 @@ local axolotl = {
|
|||||||
fly_in = { "mcl_core:water_source", "mclx_core:river_water_source" },
|
fly_in = { "mcl_core:water_source", "mclx_core:river_water_source" },
|
||||||
breathes_in_water = true,
|
breathes_in_water = true,
|
||||||
jump = true,
|
jump = true,
|
||||||
|
damage = 2,
|
||||||
|
reach = 2,
|
||||||
|
attack_type = "dogfight",
|
||||||
attack_animals = true,
|
attack_animals = true,
|
||||||
specific_attack = {
|
specific_attack = {
|
||||||
"extra_mobs_cod",
|
"extra_mobs_cod",
|
||||||
|
Loading…
Reference in New Issue
Block a user