mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
15 lines
731 B
TOML
Executable file
15 lines
731 B
TOML
Executable file
#Should enderminies spawn anywhere where enderman can spawn in the overworld.
|
|
enderminy = true
|
|
#Should enderminies spawn anywhere in snowy biomes where wolves can spawn in the overworld.
|
|
dire_wolf = true
|
|
#Should fallen knights together with their mounts spawn anywhere where zombies can spawn in the overworld.
|
|
fallen_knight = true
|
|
#Should infested zombies spawn anywhere where zombies can spawn in the overworld.
|
|
infested_zombie = true
|
|
#Should owls spawn anywhere where rabbits can spawn in the overworld.
|
|
owl = true
|
|
#Should concussion creepers spawn anywhere where creepers can spawn in the overworld.
|
|
concussion_creeper = true
|
|
#Should wither witches spawn anywhere where witches can spawn in the overworld.
|
|
wither_witch = true
|
|
|