mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 23:25:15 +02:00
axolotls are no longer mislabelled as passive
This commit is contained in:
parent
4695707188
commit
6e328153d4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ local axolotl = {
|
|||
type = "animal",
|
||||
spawn_class = "water",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
passive = false,
|
||||
hp_min = 14,
|
||||
hp_max = 14,
|
||||
xp_min = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue