diff --git a/sheep.lua b/sheep.lua index 5611c26..b0a5431 100644 --- a/sheep.lua +++ b/sheep.lua @@ -373,6 +373,7 @@ if not mobs.custom_spawn_animal then mobs:spawn({ name = "mobs_animal:sheep_white", nodes = spawn_on, + neighbors = {"group:grass"}, min_light = 14, interval = 60, chance = spawn_chance,