Fixes and Bird Eggs

This commit is contained in:
ElCeejo 2022-11-05 21:07:25 -07:00
parent e4b8396be9
commit 21ad5faf7d
10 changed files with 54 additions and 26 deletions

View file

@ -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)