forked from VoxeLibre/VoxeLibre
Add water_ambient cap
This commit is contained in:
parent
ae32ce4a0a
commit
4d3e8e25e5
|
@ -31,7 +31,7 @@ local S = minetest.get_translator(minetest.get_current_modname())
|
|||
|
||||
local cod = {
|
||||
type = "animal",
|
||||
spawn_class = "water",
|
||||
spawn_class = "water_ambient",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
hp_min = 3,
|
||||
|
|
|
@ -11,7 +11,7 @@ local S = minetest.get_translator(minetest.get_current_modname())
|
|||
|
||||
local salmon = {
|
||||
type = "animal",
|
||||
spawn_class = "water",
|
||||
spawn_class = "water_ambient",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
hp_min = 3,
|
||||
|
|
|
@ -59,7 +59,7 @@ end
|
|||
|
||||
local tropical_fish = {
|
||||
type = "animal",
|
||||
spawn_class = "water",
|
||||
spawn_class = "water_ambient",
|
||||
can_despawn = true,
|
||||
passive = true,
|
||||
hp_min = 3,
|
||||
|
|
Loading…
Reference in New Issue