Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
24
mods/mobs_water/mobs_fish/spawn_example.lua
Normal file
24
mods/mobs_water/mobs_fish/spawn_example.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
-- Fish spawn examples
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_fish:clownfish",
|
||||
nodes = {"group:water"},
|
||||
neighbors = {"group:crumbly", "group:seaplants", "group:seacoral"},
|
||||
min_light = 5,
|
||||
interval = 30,
|
||||
chance = 10000,
|
||||
max_height = -1,
|
||||
active_object_count = 5
|
||||
})
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_fish:tropical",
|
||||
nodes = {"group:water"},
|
||||
neighbors = {"group:crumbly", "group:seaplants", "group:seacoral"},
|
||||
min_light = 5,
|
||||
interval = 30,
|
||||
chance = 10000,
|
||||
max_height = -1,
|
||||
active_object_count = 5
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue