re-add sheep spawn neighbor of "group:grass"

This commit is contained in:
tenplus1 2023-04-29 14:48:24 +01:00
parent 5060d31d59
commit 1a3a38b59e
1 changed files with 1 additions and 0 deletions

View File

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