15 lines
376 B
Plaintext
Raw Normal View History

2025-03-07 13:26:55 -05:00
SpawnEntry (
name: "Desert river wildlife.",
note: "",
rules: [
Pack(
groups: [
(1, (1, 1, "common.entity.wild.aggressive.crocodile")),
(1, (2, 4, "common.entity.wild.peaceful.cockatiel")),
],
spawn_mode: Land,
day_period: [Night, Morning, Noon, Evening],
),
],
)