mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-07-19 12:44:58 -04:00
Fixes and Bird Eggs
This commit is contained in:
parent
e4b8396be9
commit
21ad5faf7d
10 changed files with 54 additions and 26 deletions
|
@ -168,10 +168,11 @@ creatura.register_abm_spawn("animalia:bird", {
|
|||
min_light = 0,
|
||||
min_height = 1,
|
||||
max_height = 1024,
|
||||
min_group = 12,
|
||||
max_group = 16,
|
||||
min_group = 6,
|
||||
max_group = 12,
|
||||
spawn_cap = 12,
|
||||
nodes = {"group:leaves"}
|
||||
nodes = {"group:leaves"},
|
||||
neighbors = {"group:leaves"}
|
||||
})
|
||||
|
||||
creatura.register_on_spawn("animalia:bird", function(self, pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue