Compare commits

...

2 Commits

Author SHA1 Message Date
Izaya 697b36bb17 committed config files so they can be updated 2020-08-28 12:21:09 +10:00
Izaya 7a762404bb fix name in servers.dat 2020-08-28 12:17:17 +10:00
1406 changed files with 148594 additions and 2 deletions

View File

@ -0,0 +1,579 @@
# Configuration file
general {
##########################################################################################################
# misc
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous settings
##########################################################################################################
misc {
# The amount of blocks an altar should scan per tick.
# Min: 0
# Max: 32767
I:altarScansPerTick=64
# The list of blocks that the broom will sweep when right clicked on.
S:broomSweepables <
tile.redstoneDust
tile.bewitchment.glyph
tile.bewitchment.salt_barrier
>
# The list of blocks that the witches' cauldron will count as heat sources.
S:heatSources <
tile.fire
tile.lava
tile.magma
tile.bewitchment.hellfire
tile.blazeBlock
tile.nitor_white
tile.nitor_orange
tile.nitor_magenta
tile.nitor_lightblue
tile.nitor_yellow
tile.nitor_lime
tile.nitor_pink
tile.nitor_gray
tile.nitor_silver
tile.nitor_cyan
tile.nitor_purple
tile.nitor_blue
tile.nitor_brown
tile.nitor_green
tile.nitor_red
tile.nitor_black
>
# The maximum power a Grimoire Magia can have.
# Min: 0
# Max: 2147483647
I:maxGrimoirePower=1000
# The maximum damage a Skeleton Key can take.
# Min: 0
# Max: 128
I:maxSkeletonKeyUses=10
}
##########################################################################################################
# worldgen
#--------------------------------------------------------------------------------------------------------#
# World generation settings
##########################################################################################################
worldgen {
# Allow bewitchment structures to be generated in the OverWorld
B:enableStructures=true
# The dimensions that trees, ores, and coquina are allowed to spawn in.
I:worldGenWhitelist <
0
>
treegen {
# The chance for cypress trees to spawn. Set to 0 to disable.
# Min: 0.0
# Max: 1.0
D:cypressChance=0.01
# The chance for elder trees to spawn. Set to 0 to disable.
# Min: 0.0
# Max: 1.0
D:elderChance=0.01
# The chance for juniper trees to spawn. Set to 0 to disable.
# Min: 0.0
# Max: 1.0
D:juniperChance=0.01
# The biome IDs that Bewitchment trees are blacklisted from spawning
S:treeGenBlacklist <
>
}
oregen {
# The chance for amethyst ore veins to spawn. 0 to disable.
# Min: 0
# Max: 127
I:amethystChance=2
# The maximum height for amethyst ore veins to spawn.
# Min: 0
# Max: 255
I:amethystMax=42
# The minimum height for amethyst ore veins to spawn.
# Min: 0
# Max: 255
I:amethystMin=10
# The size of amethyst ore veins.
# Min: 0
# Max: 127
I:amethystSize=6
# The chance for garnet ore veins to spawn. 0 to disable.
# Min: 0
# Max: 127
I:garnetChance=2
# The maximum height for garnet ore veins to spawn.
# Min: 0
# Max: 255
I:garnetMax=42
# The minimum height for garnet ore veins to spawn.
# Min: 0
# Max: 255
I:garnetMin=12
# The size of garnet ore veins.
# Min: 0
# Max: 127
I:garnetSize=6
# The chance for opal ore veins to spawn. 0 to disable.
# Min: 0
# Max: 127
I:opalChance=2
# The maximum height for opal ore veins to spawn.
# Min: 0
# Max: 255
I:opalMax=42
# The minimum height for opal ore veins to spawn.
# Min: 0
# Max: 255
I:opalMin=16
# The size of opal ore veins.
# Min: 0
# Max: 127
I:opalSize=6
# The chance for salt ore veins to spawn. 0 to disable.
# Min: 0
# Max: 127
I:saltChance=10
# The maximum height for salt ore veins to spawn.
# Min: 0
# Max: 255
I:saltMax=120
# The minimum height for salt ore veins to spawn.
# Min: 0
# Max: 255
I:saltMin=10
# The size of salt ore veins.
# Min: 0
# Max: 127
I:saltSize=5
# The chance for silver ore veins to spawn. 0 to disable.
# Min: 0
# Max: 127
I:silverChance=12
# The maximum height for silver ore veins to spawn.
# Min: 0
# Max: 255
I:silverMax=128
# The minimum height for silver ore veins to spawn.
# Min: 0
# Max: 255
I:silverMin=10
# The size of silver ore veins.
# Min: 0
# Max: 127
I:silverSize=7
}
structuregen {
# The chance for a large cambion home to generate
# Min: 0.0
# Max: 1.0
D:cambionHomeChance=0.001
# The chance for a medium cambion home to generate
# Min: 0.0
# Max: 1.0
D:cambionHomeMediumChance=0.001
# The chance for menhir to generate
# Min: 0.0
# Max: 1.0
D:menhirChance=0.001
# The chance for a stone circle to generate
# Min: 0.0
# Max: 1.0
D:stonecircleChance=0.001
# The chance for wickermen to generate
# Min: 0.0
# Max: 1.0
D:wickermanChance=0.001
}
}
##########################################################################################################
# mobspawns
#--------------------------------------------------------------------------------------------------------#
# Mob spawn settings
##########################################################################################################
mobspawns {
lizard {
# The list of BiomeDictionary types that the lizard will spawn in.
S:lizardBiomes <
FOREST
SWAMP
JUNGLE
>
# The maximum amount of lizards to spawn at once.
# Min: 0
# Max: 127
I:lizardMax=2
# The minimum amount of lizards to spawn at once.
# Min: 0
# Max: 127
I:lizardMin=0
# The weight chance for lizards to spawn.
# Min: 0
# Max: 127
I:lizardWeight=6
}
owl {
# The list of BiomeDictionary types that the owl will spawn in.
S:owlBiomes <
FOREST
DENSE
SPOOKY
>
# The maximum amount of owls to spawn at once.
# Min: 0
# Max: 127
I:owlMax=4
# The minimum amount of owls to spawn at once.
# Min: 0
# Max: 127
I:owlMin=0
# The weight chance for owls to spawn.
# Min: 0
# Max: 127
I:owlWeight=20
}
raven {
# The list of BiomeDictionary types that the raven will spawn in.
S:ravenBiomes <
PLAINS
WASTELAND
SPOOKY
>
# The maximum amount of ravens to spawn at once.
# Min: 0
# Max: 127
I:ravenMax=4
# The minimum amount of ravens to spawn at once.
# Min: 0
# Max: 127
I:ravenMin=0
# The weight chance for ravens to spawn.
# Min: 0
# Max: 127
I:ravenWeight=20
}
snake {
# The list of BiomeDictionary types that the snake will spawn in.
S:snakeBiomes <
PLAINS
HILLS
SANDY
>
# The maximum amount of snakes to spawn at once.
# Min: 0
# Max: 127
I:snakeMax=4
# The minimum amount of snakes to spawn at once.
# Min: 0
# Max: 127
I:snakeMin=0
# The weight chance for snakes to spawn.
# Min: 0
# Max: 127
I:snakeWeight=20
}
toad {
# The list of BiomeDictionary types that the toad will spawn in.
S:toadBiomes <
SWAMP
WET
JUNGLE
>
# The maximum amount of toads to spawn at once.
# Min: 0
# Max: 127
I:toadMax=4
# The minimum amount of toads to spawn at once.
# Min: 0
# Max: 127
I:toadMin=0
# The weight chance for toads to spawn.
# Min: 0
# Max: 127
I:toadWeight=20
}
blackdog {
# The list of BiomeDictionary types that the black dog will spawn in.
S:blackDogBiomes <
PLAINS
WASTELAND
FOREST
SPOOKY
MAGICAL
>
# The maximum amount of black dogs to spawn at once.
# Min: 0
# Max: 127
I:blackDogMax=3
# The minimum amount of black dogs to spawn at once.
# Min: 0
# Max: 127
I:blackDogMin=0
# The weight chance for black dogs to spawn.
# Min: 0
# Max: 127
I:blackDogWeight=3
}
ghost {
# The list of BiomeDictionary types that the ghost will spawn in.
S:ghostBiomes <
PLAINS
WASTELAND
FOREST
SPOOKY
MAGICAL
>
# The maximum amount of ghosts to spawn at once.
# Min: 0
# Max: 127
I:ghostMax=2
# The minimum amount of ghosts to spawn at once.
# Min: 0
# Max: 127
I:ghostMin=0
# The weight chance for ghosts to spawn.
# Min: 0
# Max: 127
I:ghostWeight=3
}
hellhound {
# The list of BiomeDictionary types that the hellhound will spawn in.
S:hellhoundBiomes <
NETHER
>
# The maximum amount of hellhounds to spawn at once.
# Min: 0
# Max: 127
I:hellhoundMax=3
# The minimum amount of hellhounds to spawn at once.
# Min: 0
# Max: 127
I:hellhoundMin=0
# The weight chance for hellhounds to spawn.
# Min: 0
# Max: 127
I:hellhoundWeight=6
}
feuerwurm {
# The list of BiomeDictionary types that the feuerwurm will spawn in.
S:feuerwurmBiomes <
NETHER
>
# The maximum amount of feuerwurms to spawn at once.
# Min: 0
# Max: 127
I:feuerwurmMax=3
# The minimum amount of feuerwurms to spawn at once.
# Min: 0
# Max: 127
I:feuerwurmMin=0
# The weight chance for feuerwurms to spawn.
# Min: 0
# Max: 127
I:feuerwurmWeight=3
}
druden {
# The list of BiomeDictionary types that the druden will spawn in.
S:drudenBiomes <
FOREST
DENSE
CONIFEROUS
MAGICAL
SPOOKY
>
# The maximum amount of druden to spawn at once.
# Min: 0
# Max: 127
I:drudenMax=3
# The minimum amount of druden to spawn at once.
# Min: 0
# Max: 127
I:drudenMin=0
# The weight chance for druden to spawn.
# Min: 0
# Max: 127
I:drudenWeight=1
}
cleaver {
# The list of BiomeDictionary types that the cleaver will spawn in.
S:cleaverBiomes <
NETHER
>
# The maximum amount of cleavers to spawn at once.
# Min: 0
# Max: 127
I:cleaverMax=1
# The minimum amount of cleavers to spawn at once.
# Min: 0
# Max: 127
I:cleaverMin=0
# The weight chance for a cleaver to spawn.
# Min: 0
# Max: 127
I:cleaverWeight=1
}
bafometyr {
# The list of BiomeDictionary types that the bafometyr will spawn in.
S:bafometyrBiomes <
NETHER
>
# The maximum amount of bafometyrs to spawn at once.
# Min: 0
# Max: 127
I:bafometyrMax=1
# The minimum amount of bafometyrs to spawn at once.
# Min: 0
# Max: 127
I:bafometyrMin=0
# The weight chance for a bafometyr to spawn.
# Min: 0
# Max: 127
I:bafometyrWeight=1
}
werewolf {
# The list of BiomeDictionary types that the werewolf will spawn in.
S:werewolfBiomes <
FOREST
CONIFEROUS
SNOWY
SPOOKY
MAGICAL
>
# The maximum amount of werewolves to spawn at once.
# Min: 0
# Max: 127
I:werewolfMax=4
# The minimum amount of werewolves to spawn at once.
# Min: 0
# Max: 127
I:werewolfMin=0
# The weight chance for werewolves to spawn.
# Min: 0
# Max: 127
I:werewolfWeight=1
}
}
##########################################################################################################
# compat
#--------------------------------------------------------------------------------------------------------#
# Compat Settings
##########################################################################################################
compat {
# Enable world gen of dynamic Bewitchment trees instead of the regular trees
B:genDynamic=true
# Enable replacing saplings with dynamic trees seeds upon planting (Must have DynamicTrees installed
B:replaceSapling=true
}
##########################################################################################################
# memes
#--------------------------------------------------------------------------------------------------------#
# Ael is banned
##########################################################################################################
memes {
# Decides whether or not the cats and dogs will be enabled.
B:enableCatsAndDogsFortune=false
# it is wednesday my dudes
B:wednesday=false
}
}

View File

@ -0,0 +1,15 @@
# Configuration file
####################
# global-settings
####################
global-settings {
# Turns on global debug logging.
B:debug=false
# If false, turns off vanilla spawner completely to provide better compatibility with CMS. Note: if you remove CMS, set back to true and load up game at least once so it reenables vanilla spawner. You can also type /gamerule doMobSpawning true
B:doMobSpawning=false
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Gravel Beach:Origin Beach:White Beach>
S:COLD <Alps:AlpsFoothills:Bog:Boreal Forest:Cold Desert:Coniferous Forest:Crag:Dead Forest:Dead Swamp:Fen:Glacier:Maple Woods:Meadow:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:SnowyTundra:Tundra>
S:CONIFEROUS <Boreal Forest:Coniferous Forest:Maple Woods:Snowy Coniferous Forest>
S:DEAD <Dead Forest:Dead Swamp:Fen:Ominous Woods:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:DENSE <Bamboo Forest:Bayou:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Corrupted Sands:Eucalyptus Forest:Fen:Flower Island:Fungi Forest:Land of Lakes:Lush Swamp:Mangrove:Maple Woods:Mystic Grove:Ominous Woods:Orchard:Overgrown Cliffs:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Temperate Rainforest:Tropical Island:Tropical Rainforest:Wetland:Woodland>
S:DRY <Alps:AlpsFoothills:Brushland:Chaparral:Cold Desert:Corrupted Sands:Crag:Dead Forest:Lush Desert:Mountain:MountainFoothills:Outback:Pasture:Phantasmagoric Inferno:Prairie:Shrubland:Steppe:Volcanic Island:Wasteland:Woodland:Xeric Shrubland>
S:END <>
S:FOREST <AlpsFoothills:Bamboo Forest:Bog:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Dead Forest:Eucalyptus Forest:Fen:Grove:Land of Lakes:Maple Woods:Meadow:Mountain:MountainFoothills:Mystic Grove:Ominous Woods:Orchard:Origin Island:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:Temperate Rainforest:Wetland:Woodland>
S:HILLS <Boreal Forest:Crag:Grassland:Highland:Moor:MountainFoothills:Overgrown Cliffs:Rainforest>
S:HOT <Bayou:Brushland:Corrupted Sands:Fungi Forest:Lush Desert:Oasis:Outback:Phantasmagoric Inferno:Tropical Rainforest:Undergarden:Visceral Heap:Volcanic Island:Xeric Shrubland>
S:JUNGLE <Bamboo Forest:Eucalyptus Forest:Oasis:Overgrown Cliffs:Rainforest:Sacred Springs:Tropical Island:Tropical Rainforest>
S:LUSH <Cherry Blossom Grove:Eucalyptus Forest:Flower Field:Flower Island:Grove:Lavender Fields:Lush Desert:Lush Swamp:Mangrove:Marsh:Meadow:Mystic Grove:Oasis:Orchard:Overgrown Cliffs:Rainforest:Sacred Springs:Temperate Rainforest:Tropical Island:Tropical Rainforest:Undergarden:Wetland:Xeric Shrubland>
S:MAGICAL <Cherry Blossom Grove:Crag:Flower Island:Lavender Fields:Mystic Grove:Ominous Woods:Phantasmagoric Inferno:Sacred Springs>
S:MESA <>
S:MOUNTAIN <Alps:AlpsFoothills:Crag:Highland:Mountain:MountainFoothills:Overgrown Cliffs:Volcanic Island>
S:MUSHROOM <Fungi Forest>
S:NETHER <Corrupted Sands:Fungi Forest:Phantasmagoric Inferno:Undergarden:Visceral Heap>
S:OCEAN <Coral Reef:Kelp Forest>
S:PLAINS <Chaparral:Flower Field:Flower Island:Grassland:Grove:Lavender Fields:Meadow:Orchard:Pasture:Prairie:Shrubland:Steppe>
S:RARE <Mystic Grove:Ominous Woods:Origin Beach:Origin Island:Sacred Springs>
S:RIVER <>
S:SANDY <Corrupted Sands:Lush Desert:Oasis:Outback:Steppe:Xeric Shrubland>
S:SAVANNA <Brushland:Lush Desert:Outback:Xeric Shrubland>
S:SNOWY <Alps:AlpsFoothills:Cold Desert:Glacier:Snowy Coniferous Forest:Snowy Forest:SnowyTundra>
S:SPARSE <AlpsFoothills:Brushland:Dead Forest:Dead Swamp:Grove:Lush Desert:Meadow:Mountain:MountainFoothills:Oasis:Outback:Pasture:Prairie:Shrubland:Snowy Forest:SnowyTundra:Tundra:Wasteland:Xeric Shrubland>
S:SPOOKY <Dead Swamp:Ominous Woods:Phantasmagoric Inferno>
S:SWAMP <Bayou:Bog:Dead Swamp:Fen:Land of Lakes:Lush Swamp:Mangrove:Moor:Quagmire:Wetland>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <Crag:Glacier:Phantasmagoric Inferno:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:WATER <Coral Reef:Flower Island:Kelp Forest:Mangrove:Origin Island:Tropical Island:Volcanic Island>
S:WET <Bamboo Forest:Bayou:Bog:Cherry Blossom Grove:Dead Swamp:Eucalyptus Forest:Fen:Grassland:Grove:Highland:Land of Lakes:Lush Swamp:Mangrove:Marsh:Meadow:Moor:Mystic Grove:Oasis:Ominous Woods:Overgrown Cliffs:Quagmire:Rainforest:Sacred Springs:Shield:Snowy Forest:SnowyTundra:Temperate Rainforest:Tropical Island:Tropical Rainforest:Tundra:Visceral Heap:Wetland>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <WyvernLair>
S:FOREST <WyvernLair>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <Mini Jungle>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <Mini Jungle>
S:JUNGLE <Mini Jungle>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <Mini Jungle>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <Outer Lands>
S:FOREST <Magical Forest>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <Eerie:Magical Forest:Outer Lands>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <Eerie:Outer Lands>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <Snowy Forest:Twilight Glacier>
S:CONIFEROUS <Snowy Forest:Twilight Highlands>
S:DEAD <Final Plateau:Spooky Forest:Thornlands>
S:DENSE <Dark Forest:Dark Forest Center:Dense Twilight Forest:Spooky Forest>
S:DRY <Final Plateau:Thornlands>
S:END <>
S:FOREST <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Twilight Forest:Twilight Highlands>
S:HILLS <Thornlands>
S:HOT <Fire Swamp>
S:JUNGLE <>
S:LUSH <Firefly Forest>
S:MAGICAL <Dark Forest Center:Enchanted Forest>
S:MESA <Final Plateau>
S:MOUNTAIN <Twilight Highlands>
S:MUSHROOM <Deep Mushroom Forest:Mushroom Forest>
S:NETHER <>
S:OCEAN <Twilight Lake>
S:PLAINS <Twilight Clearing>
S:RARE <>
S:RIVER <Twilight Stream>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <Snowy Forest:Twilight Glacier>
S:SPARSE <Oak Savanna:Twilight Clearing>
S:SPOOKY <Dark Forest:Dark Forest Center:Spooky Forest>
S:SWAMP <Fire Swamp:Twilight Swamp>
S:TWILIGHT <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Final Plateau:Fire Swamp:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Thornlands:Twilight Clearing:Twilight Forest:Twilight Glacier:Twilight Highlands:Twilight Lake:Twilight Stream:Twilight Swamp>
S:VOID <>
S:WASTELAND <Final Plateau:Fire Swamp:Thornlands:Twilight Glacier>
S:WATER <Twilight Lake:Twilight Stream>
S:WET <Twilight Swamp>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Beach:Cold Beach:MushroomIslandShore:Stone Beach>
S:COLD <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills:The End>
S:CONIFEROUS <Cold Taiga:Cold Taiga Hills:Cold Taiga M:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills>
S:DEAD <>
S:DENSE <Birch Forest Hills M:Birch Forest M:Jungle:Jungle M:JungleHills:Mega Spruce Taiga:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M>
S:DRY <Desert:Desert M:DesertHills:Hell:Mesa:Mesa (Bryce):Mesa Plateau:Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna M:Savanna Plateau M:The End>
S:END <The End>
S:FOREST <Birch Forest:Birch Forest Hills:Birch Forest Hills M:Birch Forest M:Cold Taiga:Cold Taiga Hills:Cold Taiga M:Extreme Hills+:Flower Forest:Forest:ForestHills:JungleEdge:Mega Spruce Taiga:Mega Taiga:Mega Taiga Hills:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M:Taiga:Taiga M:TaigaHills>
S:HILLS <Birch Forest Hills:Birch Forest M:Cold Taiga Hills:DesertHills:Extreme Hills:Flower Forest:ForestHills:Ice Plains Spikes:JungleEdge M:JungleHills:Mega Taiga Hills:Mesa Plateau F M:Redwood Taiga Hills M:Savanna Plateau M:Swampland M:TaigaHills>
S:HOT <Desert:Desert M:DesertHills:Hell:Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:JUNGLE <Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills>
S:LUSH <>
S:MAGICAL <>
S:MESA <Mesa:Mesa Plateau:Mesa Plateau F>
S:MOUNTAIN <Birch Forest Hills M:Cold Taiga M:Extreme Hills:Extreme Hills Edge:Extreme Hills M:Extreme Hills+:Extreme Hills+ M:Ice Mountains:Jungle M:Mesa (Bryce):Mesa Plateau M:Roofed Forest M:Savanna M:Taiga M>
S:MUSHROOM <MushroomIsland:MushroomIslandShore>
S:NETHER <Hell>
S:OCEAN <Deep Ocean:FrozenOcean:Ocean>
S:PLAINS <Plains:Savanna:Savanna Plateau:Sunflower Plains>
S:RARE <Birch Forest Hills M:Birch Forest M:Cold Taiga M:Desert M:Extreme Hills M:Extreme Hills+ M:Flower Forest:Ice Plains Spikes:Jungle M:JungleEdge:JungleEdge M:Mega Spruce Taiga:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:MushroomIsland:MushroomIslandShore:Redwood Taiga Hills M:Roofed Forest M:Savanna M:Savanna Plateau:Savanna Plateau M:Sunflower Plains:Swampland M:Taiga M>
S:RIVER <FrozenRiver:River>
S:SANDY <Desert:Desert M:DesertHills:Mesa:Mesa Plateau:Mesa Plateau F>
S:SAVANNA <Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SNOWY <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes>
S:SPARSE <Extreme Hills M:Extreme Hills+:Extreme Hills+ M:JungleEdge M:Mesa (Bryce):Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SPOOKY <Roofed Forest:Roofed Forest M>
S:SWAMP <Swampland:Swampland M>
S:TWILIGHT <>
S:VOID <The Void>
S:WASTELAND <Ice Plains>
S:WATER <Deep Ocean:FrozenOcean:FrozenRiver:Ocean:River>
S:WET <Jungle:Jungle M:JungleEdge:JungleHills:Swampland:Swampland M>
}

View File

@ -0,0 +1,422 @@
# Configuration file
####################
# bafometyr
####################
bafometyr {
S:biomegroups <BAFOMETYR_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# baphomet
####################
baphomet {
S:biomegroups <BAPHOMET_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# blackdog
####################
blackdog {
S:biomegroups <BLACKDOG_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cambion
####################
cambion {
S:biomegroups <CAMBION_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cleaver
####################
cleaver {
S:biomegroups <CLEAVER_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demon
####################
demon {
S:biomegroups <DEMON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demoness
####################
demoness {
S:biomegroups <DEMONESS_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# druden
####################
druden {
S:biomegroups <DRUDEN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# feuerwurm
####################
feuerwurm {
S:biomegroups <FEUERWURM_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# ghost
####################
ghost {
S:biomegroups <GHOST_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# hellhound
####################
hellhound {
S:biomegroups <HELLHOUND_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# leonard
####################
leonard {
S:biomegroups <LEONARD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# lizard
####################
lizard {
S:biomegroups <LIZARD_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# raven
####################
raven {
S:biomegroups <RAVEN_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# shadowperson
####################
shadowperson {
S:biomegroups <SHADOWPERSON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# snake
####################
snake {
S:biomegroups <SNAKE_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toad
####################
toad {
S:biomegroups <TOAD_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# werewolf
####################
werewolf {
S:biomegroups <WEREWOLF_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# wasp
####################
wasp {
S:biomegroups <WASP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# butterfly
####################
butterfly {
S:biomegroups <BUTTERFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# deer
####################
deer {
S:biomegroups <DEER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# dragonfly
####################
dragonfly {
S:biomegroups <DRAGONFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# snail
####################
snail {
S:biomegroups <SNAIL_DEFAULT>
B:canSpawn=false
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# turkey
####################
turkey {
S:biomegroups <TURKEY_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=3
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# butterflyge
####################
butterflyge {
S:biomegroups <BUTTERFLYGE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# phantomwolf
####################
phantomwolf {
S:biomegroups <PHANTOMWOLF_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=8
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# darkpixie
####################
darkpixie {
S:biomegroups <DARKPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# gaiaiii
####################
gaiaiii {
S:biomegroups <GAIAIII_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# petpixie
####################
petpixie {
S:biomegroups <PETPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# skullminion
####################
skullminion {
S:biomegroups <SKULLMINION_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# voidherrscher
####################
voidherrscher {
S:biomegroups <VOIDHERRSCHER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# genericasimmfemale
####################
genericasimmfemale {
S:biomegroups <GENERICASIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericsimmfemale
####################
genericsimmfemale {
S:biomegroups <GENERICSIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericvillager
####################
genericvillager {
S:biomegroups <GENERICVILLAGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# millblaze
####################
millblaze {
S:biomegroups <MILLBLAZE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# millghast
####################
millghast {
S:biomegroups <MILLGHAST_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=1
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,800 @@
# Configuration file
####################
# bluejay
####################
bluejay {
S:biomegroups <BLUEJAY_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# booby
####################
booby {
S:biomegroups <BOOBY_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# budgerigar
####################
budgerigar {
S:biomegroups <BUDGERIGAR_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cardinal
####################
cardinal {
S:biomegroups <CARDINAL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cassowary
####################
cassowary {
S:biomegroups <CASSOWARY_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cloudphoenix
####################
cloudphoenix {
S:biomegroups <CLOUDPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# crane
####################
crane {
S:biomegroups <CRANE_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# desertphoenix
####################
desertphoenix {
S:biomegroups <DESERTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# duck
####################
duck {
S:biomegroups <DUCK_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# emperorpenguin
####################
emperorpenguin {
S:biomegroups <EMPERORPENGUIN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# enderphoenix
####################
enderphoenix {
S:biomegroups <ENDERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# flamingo
####################
flamingo {
S:biomegroups <FLAMINGO_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# gouldianfinch
####################
gouldianfinch {
S:biomegroups <GOULDIANFINCH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# heron
####################
heron {
S:biomegroups <HERON_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# hummingbird
####################
hummingbird {
S:biomegroups <HUMMINGBIRD_DEFAULT>
B:canSpawn=true
I:frequency=18
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kingfisher
####################
kingfisher {
S:biomegroups <KINGFISHER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kiwi
####################
kiwi {
S:biomegroups <KIWI_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kookaburra
####################
kookaburra {
S:biomegroups <KOOKABURRA_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# lyrebird
####################
lyrebird {
S:biomegroups <LYREBIRD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# magpie
####################
magpie {
S:biomegroups <MAGPIE_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# netherphoenix
####################
netherphoenix {
S:biomegroups <NETHERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# ostrich
####################
ostrich {
S:biomegroups <OSTRICH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# parrot
####################
parrot {
S:biomegroups <PARROT_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# peafowl
####################
peafowl {
S:biomegroups <PEAFOWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pelican
####################
pelican {
S:biomegroups <PELICAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# phoenix
####################
phoenix {
S:biomegroups <PHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pigeon
####################
pigeon {
S:biomegroups <PIGEON_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# roadrunner
####################
roadrunner {
S:biomegroups <ROADRUNNER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# robin
####################
robin {
S:biomegroups <ROBIN_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# seagull
####################
seagull {
S:biomegroups <SEAGULL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# snowphoenix
####################
snowphoenix {
S:biomegroups <SNOWPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# swan
####################
swan {
S:biomegroups <SWAN_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toucan
####################
toucan {
S:biomegroups <TOUCAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# twilightphoenix
####################
twilightphoenix {
S:biomegroups <TWILIGHTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# vulture
####################
vulture {
S:biomegroups <VULTURE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# waterphoenix
####################
waterphoenix {
S:biomegroups <WATERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# woodpecker
####################
woodpecker {
S:biomegroups <WOODPECKER_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# swarm
####################
swarm {
S:biomegroups <SWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}

View File

@ -0,0 +1,44 @@
# Configuration file
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=12
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=8
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# nitrocreeper
####################
nitrocreeper {
S:biomegroups <NITROCREEPER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=6
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=4
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# blueslime
####################
blueslime {
S:biomegroups <BLUESLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,611 @@
# Configuration file
####################
# arcanebore
####################
arcanebore {
S:biomegroups <ARCANEBORE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# brainyzombie
####################
brainyzombie {
S:biomegroups <BRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistcleric
####################
cultistcleric {
S:biomegroups <CULTISTCLERIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistknight
####################
cultistknight {
S:biomegroups <CULTISTKNIGHT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistleader
####################
cultistleader {
S:biomegroups <CULTISTLEADER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportalgreater
####################
cultistportalgreater {
S:biomegroups <CULTISTPORTALGREATER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportallesser
####################
cultistportallesser {
S:biomegroups <CULTISTPORTALLESSER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchcrab
####################
eldritchcrab {
S:biomegroups <ELDRITCHCRAB_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchgolem
####################
eldritchgolem {
S:biomegroups <ELDRITCHGOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchguardian
####################
eldritchguardian {
S:biomegroups <ELDRITCHGUARDIAN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchwarden
####################
eldritchwarden {
S:biomegroups <ELDRITCHWARDEN_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# firebat
####################
firebat {
S:biomegroups <FIREBAT_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# giantbrainyzombie
####################
giantbrainyzombie {
S:biomegroups <GIANTBRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# golem
####################
golem {
S:biomegroups <GOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# inhabitedzombie
####################
inhabitedzombie {
S:biomegroups <INHABITEDZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# mindspider
####################
mindspider {
S:biomegroups <MINDSPIDER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pech
####################
pech {
S:biomegroups <PECH_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# spellbat
####################
spellbat {
S:biomegroups <SPELLBAT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacle
####################
taintacle {
S:biomegroups <TAINTACLE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintaclegiant
####################
taintaclegiant {
S:biomegroups <TAINTACLEGIANT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacletiny
####################
taintacletiny {
S:biomegroups <TAINTACLETINY_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintcrawler
####################
taintcrawler {
S:biomegroups <TAINTCRAWLER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseed
####################
taintseed {
S:biomegroups <TAINTSEED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseedprime
####################
taintseedprime {
S:biomegroups <TAINTSEEDPRIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintswarm
####################
taintswarm {
S:biomegroups <TAINTSWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# thaumslime
####################
thaumslime {
S:biomegroups <THAUMSLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretadvanced
####################
turretadvanced {
S:biomegroups <TURRETADVANCED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretbasic
####################
turretbasic {
S:biomegroups <TURRETBASIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# wisp
####################
wisp {
S:biomegroups <WISP_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,65 @@
# Configuration file
####################
# doppleganger
####################
doppleganger {
S:biomegroups <DOPPLEGANGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# pinkwither
####################
pinkwither {
S:biomegroups <PINKWITHER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# corruptedchicken
####################
corruptedchicken {
S:biomegroups <CORRUPTEDCHICKEN_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedsheep
####################
corruptedsheep {
S:biomegroups <CORRUPTEDSHEEP_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedspider
####################
corruptedspider {
S:biomegroups <CORRUPTEDSPIDER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedzombie
####################
corruptedzombie {
S:biomegroups <CORRUPTEDZOMBIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# mimic
####################
mimic {
S:biomegroups <MIMIC_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# sentientspecter
####################
sentientspecter {
S:biomegroups <SENTIENTSPECTER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,355 @@
# Configuration file
####################
# biomegroup-defaults
####################
biomegroup-defaults {
S:BEACH <BOP|Gravel Beach:BOP|Origin Beach:BOP|White Beach:MC|Beach:MC|Cold Beach:MC|MushroomIslandShore:MC|Stone Beach>
S:BEWITCHMENT_BAFOMETYR_DEFAULT <MC|Hell>
S:BEWITCHMENT_BAPHOMET_DEFAULT <>
S:BEWITCHMENT_BLACKDOG_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_CAMBION_DEFAULT <>
S:BEWITCHMENT_CLEAVER_DEFAULT <MC|Hell>
S:BEWITCHMENT_DEMONESS_DEFAULT <>
S:BEWITCHMENT_DEMON_DEFAULT <>
S:BEWITCHMENT_DRUDEN_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_FEUERWURM_DEFAULT <MC|Hell>
S:BEWITCHMENT_GHOST_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_HELLHOUND_DEFAULT <MC|Hell>
S:BEWITCHMENT_IMP_DEFAULT <>
S:BEWITCHMENT_LEONARD_DEFAULT <>
S:BEWITCHMENT_LIZARD_DEFAULT <MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_RAVEN_DEFAULT <MC|Plains:MC|Ice Plains:MC|Roofed Forest:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Roofed Forest M>
S:BEWITCHMENT_SHADOWPERSON_DEFAULT <>
S:BEWITCHMENT_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|Birch Forest Hills:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Swampland M:MC|Ice Plains Spikes:MC|JungleEdge M:MC|Birch Forest M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:BEWITCHMENT_TOAD_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Swampland M:MC|Jungle M:MC|JungleEdge M>
S:BEWITCHMENT_WEREWOLF_DEFAULT <MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BOP_WASP_DEFAULT <>
S:COLD <BOP|Alps:BOP|AlpsFoothills:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Glacier:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:MC|The End:TF|Snowy Forest:TF|Twilight Glacier>
S:CONIFEROUS <BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Snowy Coniferous Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:TF|Snowy Forest:TF|Twilight Highlands>
S:DEAD <BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:TF|Final Plateau:TF|Spooky Forest:TF|Thornlands>
S:DENSE <BOP|Bamboo Forest:BOP|Bayou:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Corrupted Sands:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Island:BOP|Fungi Forest:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Jungle:MC|Jungle M:MC|JungleHills:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:PROSPECTOR|Mini Jungle:TF|Dark Forest:TF|Dark Forest Center:TF|Dense Twilight Forest:TF|Spooky Forest>
S:DRY <BOP|Alps:BOP|AlpsFoothills:BOP|Brushland:BOP|Chaparral:BOP|Cold Desert:BOP|Corrupted Sands:BOP|Crag:BOP|Dead Forest:BOP|Lush Desert:BOP|Mountain:BOP|MountainFoothills:BOP|Outback:BOP|Pasture:BOP|Phantasmagoric Inferno:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Volcanic Island:BOP|Wasteland:BOP|Woodland:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Mesa:MC|Mesa (Bryce):MC|Mesa Plateau:MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna M:MC|Savanna Plateau M:MC|The End:TF|Final Plateau:TF|Thornlands>
S:END <MC|The End:MOC|WyvernLair:TC|Outer Lands>
S:FAMILIARFAUNA_BUTTERFLY_DEFAULT <MC|Plains:MC|Forest:MC|ForestHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Mystic Grove:BOP|Orchard:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Flower Island:MC|Sunflower Plains:MC|Flower Forest:MC|Jungle M:MC|JungleEdge M>
S:FAMILIARFAUNA_DEER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FAMILIARFAUNA_DRAGONFLY_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Marsh:BOP|Moor:BOP|Shield:BOP|Temperate Rainforest:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_PIXIE_DEFAULT <BOP|Mystic Grove:MC|Flower Forest>
S:FAMILIARFAUNA_SNAIL_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Lush Swamp:BOP|Marsh:BOP|Quagmire:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_TURKEY_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FOREST <BOP|AlpsFoothills:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Origin Island:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest:MC|Birch Forest Hills:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Extreme Hills+:MC|Flower Forest:MC|Forest:MC|ForestHills:MC|JungleEdge:MC|Mega Spruce Taiga:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:MC|Taiga:MC|Taiga M:MC|TaigaHills:MOC|WyvernLair:TC|Magical Forest:TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Twilight Forest:TF|Twilight Highlands>
S:FORESTRY_BUTTERFLYGE_DEFAULT <>
S:HILLS <BOP|Boreal Forest:BOP|Crag:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Rainforest:MC|Birch Forest Hills:MC|Birch Forest M:MC|Cold Taiga Hills:MC|DesertHills:MC|Extreme Hills:MC|Flower Forest:MC|ForestHills:MC|Ice Plains Spikes:MC|JungleEdge M:MC|JungleHills:MC|Mega Taiga Hills:MC|Mesa Plateau F M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Swampland M:MC|TaigaHills:TF|Thornlands>
S:HOT <BOP|Bayou:BOP|Brushland:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Phantasmagoric Inferno:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Visceral Heap:BOP|Volcanic Island:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:PROSPECTOR|Mini Jungle:TF|Fire Swamp>
S:JUNGLE <BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Oasis:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Tropical Rainforest:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:PROSPECTOR|Mini Jungle>
S:LANCE5057_PHANTOMWOLF_DEFAULT <>
S:LUSH <BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Flower Island:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Mystic Grove:BOP|Oasis:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Wetland:BOP|Xeric Shrubland:TF|Firefly Forest>
S:MAGICAL <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Flower Island:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:BOP|Sacred Springs:TC|Eerie:TC|Magical Forest:TC|Outer Lands:TF|Dark Forest Center:TF|Enchanted Forest>
S:MC_BAT_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|MushroomIsland:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_BLAZE_DEFAULT <>
S:MC_CAVESPIDER_DEFAULT <>
S:MC_CHICKEN_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_COW_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_CREEPER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_DONKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_ELDERGUARDIAN_DEFAULT <>
S:MC_ENDERDRAGON_DEFAULT <>
S:MC_ENDERMAN_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|Hell:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ENDERMITE_DEFAULT <>
S:MC_EVOCATIONILLAGER_DEFAULT <>
S:MC_GHAST_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_GIANT_DEFAULT <>
S:MC_GUARDIAN_DEFAULT <>
S:MC_HORSE_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:TC|Magical Forest:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_HUSK_DEFAULT <MC|Desert:MC|DesertHills:MC|Desert M>
S:MC_ILLUSIONILLAGER_DEFAULT <>
S:MC_LAVASLIME_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_LLAMA_DEFAULT <MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills+:MC|Savanna Plateau:BOP|Mountain:BOP|Shrubland:BOP|Steppe:BOP|AlpsFoothills:MC|Extreme Hills M:MC|Extreme Hills+ M>
S:MC_MULE_DEFAULT <>
S:MC_MUSHROOMCOW_DEFAULT <MC|MushroomIsland:MC|MushroomIslandShore>
S:MC_OZELOT_DEFAULT <MC|Jungle:MC|JungleHills:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:PROSPECTOR|Mini Jungle:MC|Jungle M>
S:MC_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Tropical Rainforest:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MC_PIGZOMBIE_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_PIG_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_POLARBEAR_DEFAULT <MC|Ice Plains:MC|Ice Mountains:BOP|Cold Desert:BOP|Glacier:MC|Ice Plains Spikes>
S:MC_RABBIT_DEFAULT <MC|Desert:MC|Taiga:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Coniferous Forest:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|Outback:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Tundra:BOP|Xeric Shrubland:BOP|Oasis:BOP|SnowyTundra:MC|Desert M:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_SHEEP_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_SHULKER_DEFAULT <>
S:MC_SILVERFISH_DEFAULT <>
S:MC_SKELETONHORSE_DEFAULT <>
S:MC_SKELETON_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SLIME_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SNOWMAN_DEFAULT <>
S:MC_SPIDER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SQUID_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_STRAY_DEFAULT <MC|Ice Plains:MC|Ice Mountains:MC|Ice Plains Spikes>
S:MC_VEX_DEFAULT <TC|Magical Forest>
S:MC_VILLAGERGOLEM_DEFAULT <>
S:MC_VILLAGER_DEFAULT <>
S:MC_VINDICATIONILLAGER_DEFAULT <>
S:MC_WITCH_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_WITHERBOSS_DEFAULT <>
S:MC_WITHERSKELETON_DEFAULT <>
S:MC_WOLF_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Mountain:BOP|Seasonal Forest:BOP|Snowy Coniferous Forest:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_ZOMBIEHORSE_DEFAULT <>
S:MC_ZOMBIEVILLAGER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ZOMBIE_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MESA <MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F:TF|Final Plateau>
S:METEOR_DARKPIXIE_DEFAULT <>
S:METEOR_GAIAIII_DEFAULT <>
S:METEOR_PETPIXIE_DEFAULT <>
S:METEOR_SKULLMINION_DEFAULT <>
S:METEOR_VOIDHERRSCHER_DEFAULT <>
S:MOC_ANCHOVY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGELFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGLER_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BASS_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_BEE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIGGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIRD_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BLACKBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BOAR_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUNNY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUTTERFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CAVEOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CLOWNFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_COD_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_CRAB_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_CRICKET_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CROCODILE_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_DEER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_DOLPHIN_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_DRAGONFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_DUCK_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_EGG_DEFAULT <>
S:MOC_ELEPHANT_DEFAULT <MC|Plains:MC|Desert:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Flower Island:BOP|Corrupted Sands:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_ENT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_FIREFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FIREOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FISHY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_FLAMEWRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FOX_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_GOAT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GOLDFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_GREENOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GRIZZLYBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_HELLRAT_DEFAULT <MC|Hell:MC|Roofed Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|Tundra:BOP|Wasteland:BOP|SnowyTundra:BOP|Volcanic Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Eerie:TC|Outer Lands:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MC|Roofed Forest M>
S:MOC_HIPPOTANG_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_HORSEMOB_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_JELLYFISH_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_KITTYBED_DEFAULT <>
S:MOC_KITTY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_KOMODODRAGON_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_LEOGER_DEFAULT <>
S:MOC_LEOPARD_DEFAULT <MC|Extreme Hills:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest Hills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Boreal Forest:BOP|Cold Desert:BOP|Crag:BOP|Eucalyptus Forest:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|Mountain:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tropical Rainforest:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Tropical Island:BOP|Volcanic Island:TF|Twilight Highlands:TF|Snowy Forest:TF|Twilight Glacier:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Thornlands:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_LIARD_DEFAULT <>
S:MOC_LIGER_DEFAULT <>
S:MOC_LION_DEFAULT <MC|Plains:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Chaparral:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Tropical Rainforest:BOP|Pasture:BOP|Oasis:BOP|Tropical Island:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_LITHER_DEFAULT <>
S:MOC_LITTERBOX_DEFAULT <>
S:MOC_MAGGOT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MANDERIN_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_MANTARAY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|Deep Ocean:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:MOC_MANTICOREPET_DEFAULT <>
S:MOC_MANTICORE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MINIGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MOLE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MOUSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_OSTRICH_DEFAULT <MC|Plains:MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Meadow:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Xeric Shrubland:BOP|Pasture:BOP|Oasis:BOP|Flower Island:BOP|Corrupted Sands:TF|Twilight Clearing:MC|Sunflower Plains:MC|Desert M>
S:MOC_PANDABEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:MOC_PANTHARD_DEFAULT <>
S:MOC_PANTHER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_PANTHGER_DEFAULT <>
S:MOC_PETSCORPION_DEFAULT <>
S:MOC_PIRANHA_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_RACCOON_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_RAT_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_ROACH_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SALMON_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_SCORPION_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SHARK_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_SILVERSKELETON_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SNAIL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_STINGRAY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_TIGER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_TURKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_TURTLE_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Wetland:BOP|Oasis:BOP|Tropical Island:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_WEREWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDHORSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDPOLARBEAR_DEFAULT <MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:BOP|Alps:BOP|Cold Desert:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:MOC_WRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WYVERN_DEFAULT <MOC|WyvernLair>
S:MOUNTAIN <BOP|Alps:BOP|AlpsFoothills:BOP|Crag:BOP|Highland:BOP|Mountain:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Volcanic Island:MC|Birch Forest Hills M:MC|Cold Taiga M:MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|Ice Mountains:MC|Jungle M:MC|Mesa (Bryce):MC|Mesa Plateau M:MC|Roofed Forest M:MC|Savanna M:MC|Taiga M:TF|Twilight Highlands>
S:MUSHROOM <BOP|Fungi Forest:MC|MushroomIsland:MC|MushroomIslandShore:TF|Deep Mushroom Forest:TF|Mushroom Forest>
S:NETHER <BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:MC|Hell>
S:OCEAN <BOP|Coral Reef:BOP|Kelp Forest:MC|Deep Ocean:MC|FrozenOcean:MC|Ocean:TF|Twilight Lake>
S:ORG_GENERICASIMMFEMALE_DEFAULT <>
S:ORG_GENERICSIMMFEMALE_DEFAULT <>
S:ORG_GENERICVILLAGER_DEFAULT <>
S:ORG_MILLBLAZE_DEFAULT <>
S:ORG_MILLGHAST_DEFAULT <>
S:PAVOCADO_BLUEJAY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_BOOBY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_BUDGERIGAR_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_CARDINAL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_CASSOWARY_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_CLOUDPHOENIX_DEFAULT <>
S:PAVOCADO_CRANE_DEFAULT <MC|Swampland:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Bog:BOP|Brushland:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Outback:BOP|Quagmire:BOP|Wetland:BOP|Xeric Shrubland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_DESERTPHOENIX_DEFAULT <>
S:PAVOCADO_DUCK_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_EMPERORPENGUIN_DEFAULT <MC|Taiga:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|TaigaHills:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Alps:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tundra:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:PAVOCADO_ENDERPHOENIX_DEFAULT <>
S:PAVOCADO_FLAMINGO_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_GOULDIANFINCH_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_HERON_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_HUMMINGBIRD_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KINGFISHER_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_KIWI_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KOOKABURRA_DEFAULT <MC|Savanna:MC|Savanna Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_LYREBIRD_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_MAGPIE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_NETHERPHOENIX_DEFAULT <>
S:PAVOCADO_OSTRICH_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_PEAFOWL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PELICAN_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_PHOENIX_DEFAULT <>
S:PAVOCADO_PIGEON_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_ROADRUNNER_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_ROBIN_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_SEAGULL_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_SNOWPHOENIX_DEFAULT <>
S:PAVOCADO_SWAN_DEFAULT <MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:TF|Twilight Stream>
S:PAVOCADO_TOUCAN_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_TWILIGHTPHOENIX_DEFAULT <>
S:PAVOCADO_VULTURE_DEFAULT <MC|Desert:MC|DesertHills:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:MC|Extreme Hills M:MC|Taiga M:TF|Final Plateau:MC|Jungle M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Extreme Hills+ M:MC|Savanna M:MC|Mesa (Bryce):MC|Mesa Plateau M>
S:PAVOCADO_WATERPHOENIX_DEFAULT <>
S:PAVOCADO_WOODPECKER_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PLAINS <BOP|Chaparral:BOP|Flower Field:BOP|Flower Island:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Plains:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:TF|Twilight Clearing>
S:PL_SWARM_DEFAULT <>
S:PROGWML6_IMP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:PROGWML6_NITROCREEPER_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:RARE <BOP|Mystic Grove:BOP|Ominous Woods:BOP|Origin Beach:BOP|Origin Island:BOP|Sacred Springs:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga M:MC|Desert M:MC|Extreme Hills M:MC|Extreme Hills+ M:MC|Flower Forest:MC|Ice Plains Spikes:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|Mega Spruce Taiga:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|MushroomIsland:MC|MushroomIslandShore:MC|Redwood Taiga Hills M:MC|Roofed Forest M:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:MC|Sunflower Plains:MC|Swampland M:MC|Taiga M>
S:RIVER <MC|FrozenRiver:MC|River:TF|Twilight Stream>
S:SANDY <BOP|Corrupted Sands:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F>
S:SAVANNA <BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M>
S:SLIMEKNIGHTS_BLUESLIME_DEFAULT <>
S:SNOWY <BOP|Alps:BOP|AlpsFoothills:BOP|Cold Desert:BOP|Glacier:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:TF|Snowy Forest:TF|Twilight Glacier>
S:SPARSE <BOP|AlpsFoothills:BOP|Brushland:BOP|Dead Forest:BOP|Dead Swamp:BOP|Grove:BOP|Lush Desert:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Oasis:BOP|Outback:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:BOP|Wasteland:BOP|Xeric Shrubland:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|JungleEdge M:MC|Mesa (Bryce):MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:TF|Oak Savanna:TF|Twilight Clearing>
S:SPOOKY <BOP|Dead Swamp:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:MC|Roofed Forest:MC|Roofed Forest M:TC|Eerie:TC|Outer Lands:TF|Dark Forest:TF|Dark Forest Center:TF|Spooky Forest>
S:SWAMP <BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:MC|Swampland:MC|Swampland M:TF|Fire Swamp:TF|Twilight Swamp>
S:TC_ARCANEBORE_DEFAULT <>
S:TC_BRAINYZOMBIE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Birch Forest:MC|Roofed Forest:MC|Cold Taiga:TC|Magical Forest:TC|Eerie:PROSPECTOR|Mini Jungle>
S:TC_CULTISTCLERIC_DEFAULT <>
S:TC_CULTISTKNIGHT_DEFAULT <>
S:TC_CULTISTLEADER_DEFAULT <>
S:TC_CULTISTPORTALGREATER_DEFAULT <>
S:TC_CULTISTPORTALLESSER_DEFAULT <>
S:TC_ELDRITCHCRAB_DEFAULT <>
S:TC_ELDRITCHGOLEM_DEFAULT <>
S:TC_ELDRITCHGUARDIAN_DEFAULT <TC|Eerie:TC|Outer Lands>
S:TC_ELDRITCHWARDEN_DEFAULT <>
S:TC_FIREBAT_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:TC_GIANTBRAINYZOMBIE_DEFAULT <TC|Eerie>
S:TC_GOLEM_DEFAULT <>
S:TC_INHABITEDZOMBIE_DEFAULT <TC|Outer Lands>
S:TC_MINDSPIDER_DEFAULT <>
S:TC_PECH_DEFAULT <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Sacred Springs:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Enchanted Forest>
S:TC_SPELLBAT_DEFAULT <>
S:TC_TAINTACLEGIANT_DEFAULT <>
S:TC_TAINTACLETINY_DEFAULT <>
S:TC_TAINTACLE_DEFAULT <>
S:TC_TAINTCRAWLER_DEFAULT <>
S:TC_TAINTSEEDPRIME_DEFAULT <>
S:TC_TAINTSEED_DEFAULT <>
S:TC_TAINTSWARM_DEFAULT <>
S:TC_THAUMSLIME_DEFAULT <>
S:TC_TURRETADVANCED_DEFAULT <>
S:TC_TURRETBASIC_DEFAULT <>
S:TC_WISP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie>
S:TF_ADHERENT_DEFAULT <>
S:TF_ARMOREDGIANT_DEFAULT <>
S:TF_BIGHORNSHEEP_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_BLOCKCHAINGOBLIN_DEFAULT <>
S:TF_BOGGARD_DEFAULT <>
S:TF_BUNNY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_CASTLEGUARDIAN_DEFAULT <>
S:TF_DEATHTOME_DEFAULT <>
S:TF_DEER_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_FIREBEETLE_DEFAULT <>
S:TF_FIREFLY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest>
S:TF_GIANTMINER_DEFAULT <>
S:TF_GOBLINKNIGHTLOWER_DEFAULT <>
S:TF_GOBLINKNIGHTUPPER_DEFAULT <>
S:TF_HARBINGERCUBE_DEFAULT <>
S:TF_HEDGESPIDER_DEFAULT <>
S:TF_HELMETCRAB_DEFAULT <>
S:TF_HOSTILEWOLF_DEFAULT <>
S:TF_HYDRAHEAD_DEFAULT <>
S:TF_HYDRA_DEFAULT <>
S:TF_ICECRYSTAL_DEFAULT <>
S:TF_KINGSPIDER_DEFAULT <>
S:TF_KNIGHTPHANTOM_DEFAULT <>
S:TF_KOBOLD_DEFAULT <>
S:TF_LICHMINION_DEFAULT <>
S:TF_LICH_DEFAULT <>
S:TF_LOYALZOMBIE_DEFAULT <>
S:TF_MAZESLIME_DEFAULT <>
S:TF_MINIGHAST_DEFAULT <>
S:TF_MINOSHROOM_DEFAULT <>
S:TF_MINOTAUR_DEFAULT <>
S:TF_MISTWOLF_DEFAULT <>
S:TF_MOSQUITOSWARM_DEFAULT <>
S:TF_NAGA_DEFAULT <>
S:TF_PENGUIN_DEFAULT <TF|Twilight Glacier>
S:TF_PINCHBEETLE_DEFAULT <>
S:TF_QUESTRAM_DEFAULT <>
S:TF_RAVEN_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Spooky Forest>
S:TF_REDCAPSAPPER_DEFAULT <>
S:TF_REDCAP_DEFAULT <>
S:TF_RISINGZOMBIE_DEFAULT <>
S:TF_ROVINGCUBE_DEFAULT <>
S:TF_SKELETONDRUID_DEFAULT <TF|Spooky Forest>
S:TF_SLIMEBEETLE_DEFAULT <>
S:TF_SNOWGUARDIAN_DEFAULT <>
S:TF_SNOWQUEEN_DEFAULT <>
S:TF_SQUIRREL_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_STABLEICECORE_DEFAULT <>
S:TF_SWARMSPIDER_DEFAULT <>
S:TF_TINYBIRD_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_TOWERBROODLING_DEFAULT <>
S:TF_TOWERGHAST_DEFAULT <>
S:TF_TOWERGOLEM_DEFAULT <>
S:TF_TOWERTERMITE_DEFAULT <>
S:TF_TROLL_DEFAULT <>
S:TF_UNSTABLEICECORE_DEFAULT <>
S:TF_URGHAST_DEFAULT <>
S:TF_WILDBOAR_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_WINTERWOLF_DEFAULT <>
S:TF_WRAITH_DEFAULT <>
S:TF_YETIALPHA_DEFAULT <>
S:TF_YETI_DEFAULT <>
S:TWILIGHT <TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Final Plateau:TF|Fire Swamp:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Thornlands:TF|Twilight Clearing:TF|Twilight Forest:TF|Twilight Glacier:TF|Twilight Highlands:TF|Twilight Lake:TF|Twilight Stream:TF|Twilight Swamp>
S:VAZKII_DOPPLEGANGER_DEFAULT <>
S:VAZKII_PINKWITHER_DEFAULT <>
S:VAZKII_PIXIE_DEFAULT <>
S:VOID <MC|The Void>
S:WASTELAND <BOP|Crag:BOP|Glacier:BOP|Phantasmagoric Inferno:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:MC|Ice Plains:TF|Final Plateau:TF|Fire Swamp:TF|Thornlands:TF|Twilight Glacier>
S:WATER <BOP|Coral Reef:BOP|Flower Island:BOP|Kelp Forest:BOP|Mangrove:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:MC|Deep Ocean:MC|FrozenOcean:MC|FrozenRiver:MC|Ocean:MC|River:TF|Twilight Lake:TF|Twilight Stream>
S:WAYOFTIME_CORRUPTEDCHICKEN_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSHEEP_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSPIDER_DEFAULT <>
S:WAYOFTIME_CORRUPTEDZOMBIE_DEFAULT <>
S:WAYOFTIME_MIMIC_DEFAULT <>
S:WAYOFTIME_SENTIENTSPECTER_DEFAULT <>
S:WET <BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Cherry Blossom Grove:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mystic Grove:BOP|Oasis:BOP|Ominous Woods:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Shield:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Tundra:BOP|Visceral Heap:BOP|Wetland:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleHills:MC|Swampland:MC|Swampland M:PROSPECTOR|Mini Jungle:TF|Twilight Swamp>
}

View File

@ -0,0 +1,77 @@
# Configuration file
####################
# ambient
####################
ambient {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=20
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# creature
####################
creature {
D:chunkgenspawnchance=0.1
I:mobspawnrange=8
S:shouldseesky=true
I:spawncap=40
I:spawntickrate=400
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# monster
####################
monster {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=70
I:spawntickrate=1
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# underground
####################
underground {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=false
I:spawncap=15
I:spawntickrate=400
I:maxspawnheight=63
I:minspawnheight=0
}
####################
# water_creature
####################
water_creature {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=25
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}

View File

@ -0,0 +1,88 @@
# Configuration file
####################
# customspawner-settings
####################
customspawner-settings {
# Turns on CustomMobSpawner debug logging.
B:debug=false
# If enabled, all spawns will stop when max spawn limits have been reached for type.
B:enforceMaxSpawnLimits=false
# If true, Custom Spawner will attempt to despawn all creatures including vanilla. It will attempt to prevent despawning of villagers, tamed creatures, and farm animals. The purpose of this setting is to provide a more dynamic experience.
B:forceDespawns=false
B:killAllVillagers=false
# Turns on check for lightLevel before killing an entity during a killall. If entity is under lightLevel threshold, it will be killed.
B:killallUseLightLevel=true
# The maximum light level threshold used to determine whether or not to despawn a farm animal.
I:maxDespawnLightLevel=2
# The minimum light level threshold used to determine whether or not to despawn a farm animal.
I:minDespawnLightLevel=2
# Allows spawns during world chunk generation.
B:worldGenCreatureSpawning=true
}
####################
# mod-mappings
#===================
# Mod Biome Mappings
# You may change tag values but do NOT change the default keys since they are used to generate our defaults.
# For example, 'twilightforest=TL:TwilightForest.cfg' may be changed to 'twilightforest=TWL:TWL.cfg' but may NOT be changed to 'twilight=TWL:TWL.cfg'
####################
mod-mappings {
# automatically generated
S:BEWITCHMENT <BEWITCHMENT:BEWITCHMENT.cfg>
# automatically generated
S:FAMILIARFAUNA <FAMILIARFAUNA:FAMILIARFAUNA.cfg>
# automatically generated
S:FORESTRY <FORESTRY:FORESTRY.cfg>
# automatically generated
S:LANCE5057 <LANCE5057:LANCE5057.cfg>
# automatically generated
S:METEOR <METEOR:METEOR.cfg>
# automatically generated
S:ORG <ORG:ORG.cfg>
# automatically generated
S:PAVOCADO <PAVOCADO:PAVOCADO.cfg>
# automatically generated
S:PL <PL:PL.cfg>
# automatically generated
S:PROGWML6 <PROGWML6:PROGWML6.cfg>
# automatically generated
S:PROSPECTOR <PROSPECTOR:PROSPECTOR.cfg>
# automatically generated
S:SLIMEKNIGHTS <SLIMEKNIGHTS:SLIMEKNIGHTS.cfg>
# automatically generated
S:VAZKII <VAZKII:VAZKII.cfg>
# automatically generated
S:WAYOFTIME <WAYOFTIME:WAYOFTIME.cfg>
S:biomesop <BOP:BiomesOPlenty.cfg>
S:drzhark <MOC:MoCreatures.cfg>
S:thaumcraft <TC:Thaumcraft.cfg>
S:tinker <TC:TinkerConstruct.cfg>
S:twilightforest <TF:TwilightForest.cfg>
S:undefined <U:Undefined.cfg>
S:vanilla <MC:Vanilla.cfg>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Gravel Beach:Origin Beach:White Beach>
S:COLD <Alps:AlpsFoothills:Bog:Boreal Forest:Cold Desert:Coniferous Forest:Crag:Dead Forest:Dead Swamp:Fen:Glacier:Maple Woods:Meadow:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:SnowyTundra:Tundra>
S:CONIFEROUS <Boreal Forest:Coniferous Forest:Maple Woods:Snowy Coniferous Forest>
S:DEAD <Dead Forest:Dead Swamp:Fen:Ominous Woods:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:DENSE <Bamboo Forest:Bayou:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Corrupted Sands:Eucalyptus Forest:Fen:Flower Island:Fungi Forest:Land of Lakes:Lush Swamp:Mangrove:Maple Woods:Mystic Grove:Ominous Woods:Orchard:Overgrown Cliffs:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Temperate Rainforest:Tropical Island:Tropical Rainforest:Wetland:Woodland>
S:DRY <Alps:AlpsFoothills:Brushland:Chaparral:Cold Desert:Corrupted Sands:Crag:Dead Forest:Lush Desert:Mountain:MountainFoothills:Outback:Pasture:Phantasmagoric Inferno:Prairie:Shrubland:Steppe:Volcanic Island:Wasteland:Woodland:Xeric Shrubland>
S:END <>
S:FOREST <AlpsFoothills:Bamboo Forest:Bog:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Dead Forest:Eucalyptus Forest:Fen:Grove:Land of Lakes:Maple Woods:Meadow:Mountain:MountainFoothills:Mystic Grove:Ominous Woods:Orchard:Origin Island:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:Temperate Rainforest:Wetland:Woodland>
S:HILLS <Boreal Forest:Crag:Grassland:Highland:Moor:MountainFoothills:Overgrown Cliffs:Rainforest>
S:HOT <Bayou:Brushland:Corrupted Sands:Fungi Forest:Lush Desert:Oasis:Outback:Phantasmagoric Inferno:Tropical Rainforest:Undergarden:Visceral Heap:Volcanic Island:Xeric Shrubland>
S:JUNGLE <Bamboo Forest:Eucalyptus Forest:Oasis:Overgrown Cliffs:Rainforest:Sacred Springs:Tropical Island:Tropical Rainforest>
S:LUSH <Cherry Blossom Grove:Eucalyptus Forest:Flower Field:Flower Island:Grove:Lavender Fields:Lush Desert:Lush Swamp:Mangrove:Marsh:Meadow:Mystic Grove:Oasis:Orchard:Overgrown Cliffs:Rainforest:Sacred Springs:Temperate Rainforest:Tropical Island:Tropical Rainforest:Undergarden:Wetland:Xeric Shrubland>
S:MAGICAL <Cherry Blossom Grove:Crag:Flower Island:Lavender Fields:Mystic Grove:Ominous Woods:Phantasmagoric Inferno:Sacred Springs>
S:MESA <>
S:MOUNTAIN <Alps:AlpsFoothills:Crag:Highland:Mountain:MountainFoothills:Overgrown Cliffs:Volcanic Island>
S:MUSHROOM <Fungi Forest>
S:NETHER <Corrupted Sands:Fungi Forest:Phantasmagoric Inferno:Undergarden:Visceral Heap>
S:OCEAN <Coral Reef:Kelp Forest>
S:PLAINS <Chaparral:Flower Field:Flower Island:Grassland:Grove:Lavender Fields:Meadow:Orchard:Pasture:Prairie:Shrubland:Steppe>
S:RARE <Mystic Grove:Ominous Woods:Origin Beach:Origin Island:Sacred Springs>
S:RIVER <>
S:SANDY <Corrupted Sands:Lush Desert:Oasis:Outback:Steppe:Xeric Shrubland>
S:SAVANNA <Brushland:Lush Desert:Outback:Xeric Shrubland>
S:SNOWY <Alps:AlpsFoothills:Cold Desert:Glacier:Snowy Coniferous Forest:Snowy Forest:SnowyTundra>
S:SPARSE <AlpsFoothills:Brushland:Dead Forest:Dead Swamp:Grove:Lush Desert:Meadow:Mountain:MountainFoothills:Oasis:Outback:Pasture:Prairie:Shrubland:Snowy Forest:SnowyTundra:Tundra:Wasteland:Xeric Shrubland>
S:SPOOKY <Dead Swamp:Ominous Woods:Phantasmagoric Inferno>
S:SWAMP <Bayou:Bog:Dead Swamp:Fen:Land of Lakes:Lush Swamp:Mangrove:Moor:Quagmire:Wetland>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <Crag:Glacier:Phantasmagoric Inferno:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:WATER <Coral Reef:Flower Island:Kelp Forest:Mangrove:Origin Island:Tropical Island:Volcanic Island>
S:WET <Bamboo Forest:Bayou:Bog:Cherry Blossom Grove:Dead Swamp:Eucalyptus Forest:Fen:Grassland:Grove:Highland:Land of Lakes:Lush Swamp:Mangrove:Marsh:Meadow:Moor:Mystic Grove:Oasis:Ominous Woods:Overgrown Cliffs:Quagmire:Rainforest:Sacred Springs:Shield:Snowy Forest:SnowyTundra:Temperate Rainforest:Tropical Island:Tropical Rainforest:Tundra:Visceral Heap:Wetland>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <WyvernLair>
S:FOREST <WyvernLair>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <Mini Jungle>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <Mini Jungle>
S:JUNGLE <Mini Jungle>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <Mini Jungle>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <Outer Lands>
S:FOREST <Magical Forest>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <Eerie:Magical Forest:Outer Lands>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <Eerie:Outer Lands>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <Snowy Forest:Twilight Glacier>
S:CONIFEROUS <Snowy Forest:Twilight Highlands>
S:DEAD <Final Plateau:Spooky Forest:Thornlands>
S:DENSE <Dark Forest:Dark Forest Center:Dense Twilight Forest:Spooky Forest>
S:DRY <Final Plateau:Thornlands>
S:END <>
S:FOREST <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Twilight Forest:Twilight Highlands>
S:HILLS <Thornlands>
S:HOT <Fire Swamp>
S:JUNGLE <>
S:LUSH <Firefly Forest>
S:MAGICAL <Dark Forest Center:Enchanted Forest>
S:MESA <Final Plateau>
S:MOUNTAIN <Twilight Highlands>
S:MUSHROOM <Deep Mushroom Forest:Mushroom Forest>
S:NETHER <>
S:OCEAN <Twilight Lake>
S:PLAINS <Twilight Clearing>
S:RARE <>
S:RIVER <Twilight Stream>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <Snowy Forest:Twilight Glacier>
S:SPARSE <Oak Savanna:Twilight Clearing>
S:SPOOKY <Dark Forest:Dark Forest Center:Spooky Forest>
S:SWAMP <Fire Swamp:Twilight Swamp>
S:TWILIGHT <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Final Plateau:Fire Swamp:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Thornlands:Twilight Clearing:Twilight Forest:Twilight Glacier:Twilight Highlands:Twilight Lake:Twilight Stream:Twilight Swamp>
S:VOID <>
S:WASTELAND <Final Plateau:Fire Swamp:Thornlands:Twilight Glacier>
S:WATER <Twilight Lake:Twilight Stream>
S:WET <Twilight Swamp>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Beach:Cold Beach:MushroomIslandShore:Stone Beach>
S:COLD <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills:The End>
S:CONIFEROUS <Cold Taiga:Cold Taiga Hills:Cold Taiga M:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills>
S:DEAD <>
S:DENSE <Birch Forest Hills M:Birch Forest M:Jungle:Jungle M:JungleHills:Mega Spruce Taiga:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M>
S:DRY <Desert:Desert M:DesertHills:Hell:Mesa:Mesa (Bryce):Mesa Plateau:Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna M:Savanna Plateau M:The End>
S:END <The End>
S:FOREST <Birch Forest:Birch Forest Hills:Birch Forest Hills M:Birch Forest M:Cold Taiga:Cold Taiga Hills:Cold Taiga M:Extreme Hills+:Flower Forest:Forest:ForestHills:JungleEdge:Mega Spruce Taiga:Mega Taiga:Mega Taiga Hills:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M:Taiga:Taiga M:TaigaHills>
S:HILLS <Birch Forest Hills:Birch Forest M:Cold Taiga Hills:DesertHills:Extreme Hills:Flower Forest:ForestHills:Ice Plains Spikes:JungleEdge M:JungleHills:Mega Taiga Hills:Mesa Plateau F M:Redwood Taiga Hills M:Savanna Plateau M:Swampland M:TaigaHills>
S:HOT <Desert:Desert M:DesertHills:Hell:Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:JUNGLE <Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills>
S:LUSH <>
S:MAGICAL <>
S:MESA <Mesa:Mesa Plateau:Mesa Plateau F>
S:MOUNTAIN <Birch Forest Hills M:Cold Taiga M:Extreme Hills:Extreme Hills Edge:Extreme Hills M:Extreme Hills+:Extreme Hills+ M:Ice Mountains:Jungle M:Mesa (Bryce):Mesa Plateau M:Roofed Forest M:Savanna M:Taiga M>
S:MUSHROOM <MushroomIsland:MushroomIslandShore>
S:NETHER <Hell>
S:OCEAN <Deep Ocean:FrozenOcean:Ocean>
S:PLAINS <Plains:Savanna:Savanna Plateau:Sunflower Plains>
S:RARE <Birch Forest Hills M:Birch Forest M:Cold Taiga M:Desert M:Extreme Hills M:Extreme Hills+ M:Flower Forest:Ice Plains Spikes:Jungle M:JungleEdge:JungleEdge M:Mega Spruce Taiga:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:MushroomIsland:MushroomIslandShore:Redwood Taiga Hills M:Roofed Forest M:Savanna M:Savanna Plateau:Savanna Plateau M:Sunflower Plains:Swampland M:Taiga M>
S:RIVER <FrozenRiver:River>
S:SANDY <Desert:Desert M:DesertHills:Mesa:Mesa Plateau:Mesa Plateau F>
S:SAVANNA <Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SNOWY <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes>
S:SPARSE <Extreme Hills M:Extreme Hills+:Extreme Hills+ M:JungleEdge M:Mesa (Bryce):Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SPOOKY <Roofed Forest:Roofed Forest M>
S:SWAMP <Swampland:Swampland M>
S:TWILIGHT <>
S:VOID <The Void>
S:WASTELAND <Ice Plains>
S:WATER <Deep Ocean:FrozenOcean:FrozenRiver:Ocean:River>
S:WET <Jungle:Jungle M:JungleEdge:JungleHills:Swampland:Swampland M>
}

View File

@ -0,0 +1,422 @@
# Configuration file
####################
# bafometyr
####################
bafometyr {
S:biomegroups <BAFOMETYR_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# baphomet
####################
baphomet {
S:biomegroups <BAPHOMET_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# blackdog
####################
blackdog {
S:biomegroups <BLACKDOG_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cambion
####################
cambion {
S:biomegroups <CAMBION_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cleaver
####################
cleaver {
S:biomegroups <CLEAVER_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demon
####################
demon {
S:biomegroups <DEMON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demoness
####################
demoness {
S:biomegroups <DEMONESS_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# druden
####################
druden {
S:biomegroups <DRUDEN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# feuerwurm
####################
feuerwurm {
S:biomegroups <FEUERWURM_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# ghost
####################
ghost {
S:biomegroups <GHOST_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# hellhound
####################
hellhound {
S:biomegroups <HELLHOUND_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# leonard
####################
leonard {
S:biomegroups <LEONARD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# lizard
####################
lizard {
S:biomegroups <LIZARD_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# raven
####################
raven {
S:biomegroups <RAVEN_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# shadowperson
####################
shadowperson {
S:biomegroups <SHADOWPERSON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# snake
####################
snake {
S:biomegroups <SNAKE_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toad
####################
toad {
S:biomegroups <TOAD_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# werewolf
####################
werewolf {
S:biomegroups <WEREWOLF_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# wasp
####################
wasp {
S:biomegroups <WASP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# butterfly
####################
butterfly {
S:biomegroups <BUTTERFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# deer
####################
deer {
S:biomegroups <DEER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# dragonfly
####################
dragonfly {
S:biomegroups <DRAGONFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# snail
####################
snail {
S:biomegroups <SNAIL_DEFAULT>
B:canSpawn=false
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# turkey
####################
turkey {
S:biomegroups <TURKEY_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=3
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# butterflyge
####################
butterflyge {
S:biomegroups <BUTTERFLYGE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# phantomwolf
####################
phantomwolf {
S:biomegroups <PHANTOMWOLF_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=8
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# darkpixie
####################
darkpixie {
S:biomegroups <DARKPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# gaiaiii
####################
gaiaiii {
S:biomegroups <GAIAIII_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# petpixie
####################
petpixie {
S:biomegroups <PETPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# skullminion
####################
skullminion {
S:biomegroups <SKULLMINION_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# voidherrscher
####################
voidherrscher {
S:biomegroups <VOIDHERRSCHER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# genericasimmfemale
####################
genericasimmfemale {
S:biomegroups <GENERICASIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericsimmfemale
####################
genericsimmfemale {
S:biomegroups <GENERICSIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericvillager
####################
genericvillager {
S:biomegroups <GENERICVILLAGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# millblaze
####################
millblaze {
S:biomegroups <MILLBLAZE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# millghast
####################
millghast {
S:biomegroups <MILLGHAST_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=1
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,800 @@
# Configuration file
####################
# bluejay
####################
bluejay {
S:biomegroups <BLUEJAY_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# booby
####################
booby {
S:biomegroups <BOOBY_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# budgerigar
####################
budgerigar {
S:biomegroups <BUDGERIGAR_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cardinal
####################
cardinal {
S:biomegroups <CARDINAL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cassowary
####################
cassowary {
S:biomegroups <CASSOWARY_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cloudphoenix
####################
cloudphoenix {
S:biomegroups <CLOUDPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# crane
####################
crane {
S:biomegroups <CRANE_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# desertphoenix
####################
desertphoenix {
S:biomegroups <DESERTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# duck
####################
duck {
S:biomegroups <DUCK_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# emperorpenguin
####################
emperorpenguin {
S:biomegroups <EMPERORPENGUIN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# enderphoenix
####################
enderphoenix {
S:biomegroups <ENDERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# flamingo
####################
flamingo {
S:biomegroups <FLAMINGO_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# gouldianfinch
####################
gouldianfinch {
S:biomegroups <GOULDIANFINCH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# heron
####################
heron {
S:biomegroups <HERON_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# hummingbird
####################
hummingbird {
S:biomegroups <HUMMINGBIRD_DEFAULT>
B:canSpawn=true
I:frequency=18
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kingfisher
####################
kingfisher {
S:biomegroups <KINGFISHER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kiwi
####################
kiwi {
S:biomegroups <KIWI_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kookaburra
####################
kookaburra {
S:biomegroups <KOOKABURRA_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# lyrebird
####################
lyrebird {
S:biomegroups <LYREBIRD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# magpie
####################
magpie {
S:biomegroups <MAGPIE_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# netherphoenix
####################
netherphoenix {
S:biomegroups <NETHERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# ostrich
####################
ostrich {
S:biomegroups <OSTRICH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# parrot
####################
parrot {
S:biomegroups <PARROT_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# peafowl
####################
peafowl {
S:biomegroups <PEAFOWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pelican
####################
pelican {
S:biomegroups <PELICAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# phoenix
####################
phoenix {
S:biomegroups <PHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pigeon
####################
pigeon {
S:biomegroups <PIGEON_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# roadrunner
####################
roadrunner {
S:biomegroups <ROADRUNNER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# robin
####################
robin {
S:biomegroups <ROBIN_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# seagull
####################
seagull {
S:biomegroups <SEAGULL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# snowphoenix
####################
snowphoenix {
S:biomegroups <SNOWPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# swan
####################
swan {
S:biomegroups <SWAN_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toucan
####################
toucan {
S:biomegroups <TOUCAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# twilightphoenix
####################
twilightphoenix {
S:biomegroups <TWILIGHTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# vulture
####################
vulture {
S:biomegroups <VULTURE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# waterphoenix
####################
waterphoenix {
S:biomegroups <WATERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# woodpecker
####################
woodpecker {
S:biomegroups <WOODPECKER_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# swarm
####################
swarm {
S:biomegroups <SWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}

View File

@ -0,0 +1,44 @@
# Configuration file
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=12
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=8
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# nitrocreeper
####################
nitrocreeper {
S:biomegroups <NITROCREEPER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=6
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=4
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# blueslime
####################
blueslime {
S:biomegroups <BLUESLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,611 @@
# Configuration file
####################
# arcanebore
####################
arcanebore {
S:biomegroups <ARCANEBORE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# brainyzombie
####################
brainyzombie {
S:biomegroups <BRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistcleric
####################
cultistcleric {
S:biomegroups <CULTISTCLERIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistknight
####################
cultistknight {
S:biomegroups <CULTISTKNIGHT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistleader
####################
cultistleader {
S:biomegroups <CULTISTLEADER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportalgreater
####################
cultistportalgreater {
S:biomegroups <CULTISTPORTALGREATER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportallesser
####################
cultistportallesser {
S:biomegroups <CULTISTPORTALLESSER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchcrab
####################
eldritchcrab {
S:biomegroups <ELDRITCHCRAB_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchgolem
####################
eldritchgolem {
S:biomegroups <ELDRITCHGOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchguardian
####################
eldritchguardian {
S:biomegroups <ELDRITCHGUARDIAN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchwarden
####################
eldritchwarden {
S:biomegroups <ELDRITCHWARDEN_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# firebat
####################
firebat {
S:biomegroups <FIREBAT_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# giantbrainyzombie
####################
giantbrainyzombie {
S:biomegroups <GIANTBRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# golem
####################
golem {
S:biomegroups <GOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# inhabitedzombie
####################
inhabitedzombie {
S:biomegroups <INHABITEDZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# mindspider
####################
mindspider {
S:biomegroups <MINDSPIDER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pech
####################
pech {
S:biomegroups <PECH_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# spellbat
####################
spellbat {
S:biomegroups <SPELLBAT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacle
####################
taintacle {
S:biomegroups <TAINTACLE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintaclegiant
####################
taintaclegiant {
S:biomegroups <TAINTACLEGIANT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacletiny
####################
taintacletiny {
S:biomegroups <TAINTACLETINY_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintcrawler
####################
taintcrawler {
S:biomegroups <TAINTCRAWLER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseed
####################
taintseed {
S:biomegroups <TAINTSEED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseedprime
####################
taintseedprime {
S:biomegroups <TAINTSEEDPRIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintswarm
####################
taintswarm {
S:biomegroups <TAINTSWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# thaumslime
####################
thaumslime {
S:biomegroups <THAUMSLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretadvanced
####################
turretadvanced {
S:biomegroups <TURRETADVANCED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretbasic
####################
turretbasic {
S:biomegroups <TURRETBASIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# wisp
####################
wisp {
S:biomegroups <WISP_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,65 @@
# Configuration file
####################
# doppleganger
####################
doppleganger {
S:biomegroups <DOPPLEGANGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# pinkwither
####################
pinkwither {
S:biomegroups <PINKWITHER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# corruptedchicken
####################
corruptedchicken {
S:biomegroups <CORRUPTEDCHICKEN_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedsheep
####################
corruptedsheep {
S:biomegroups <CORRUPTEDSHEEP_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedspider
####################
corruptedspider {
S:biomegroups <CORRUPTEDSPIDER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedzombie
####################
corruptedzombie {
S:biomegroups <CORRUPTEDZOMBIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# mimic
####################
mimic {
S:biomegroups <MIMIC_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# sentientspecter
####################
sentientspecter {
S:biomegroups <SENTIENTSPECTER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,355 @@
# Configuration file
####################
# biomegroup-defaults
####################
biomegroup-defaults {
S:BEACH <BOP|Gravel Beach:BOP|Origin Beach:BOP|White Beach:MC|Beach:MC|Cold Beach:MC|MushroomIslandShore:MC|Stone Beach>
S:BEWITCHMENT_BAFOMETYR_DEFAULT <MC|Hell>
S:BEWITCHMENT_BAPHOMET_DEFAULT <>
S:BEWITCHMENT_BLACKDOG_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_CAMBION_DEFAULT <>
S:BEWITCHMENT_CLEAVER_DEFAULT <MC|Hell>
S:BEWITCHMENT_DEMONESS_DEFAULT <>
S:BEWITCHMENT_DEMON_DEFAULT <>
S:BEWITCHMENT_DRUDEN_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_FEUERWURM_DEFAULT <MC|Hell>
S:BEWITCHMENT_GHOST_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_HELLHOUND_DEFAULT <MC|Hell>
S:BEWITCHMENT_IMP_DEFAULT <>
S:BEWITCHMENT_LEONARD_DEFAULT <>
S:BEWITCHMENT_LIZARD_DEFAULT <MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_RAVEN_DEFAULT <MC|Plains:MC|Ice Plains:MC|Roofed Forest:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Roofed Forest M>
S:BEWITCHMENT_SHADOWPERSON_DEFAULT <>
S:BEWITCHMENT_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|Birch Forest Hills:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Swampland M:MC|Ice Plains Spikes:MC|JungleEdge M:MC|Birch Forest M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:BEWITCHMENT_TOAD_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Swampland M:MC|Jungle M:MC|JungleEdge M>
S:BEWITCHMENT_WEREWOLF_DEFAULT <MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BOP_WASP_DEFAULT <>
S:COLD <BOP|Alps:BOP|AlpsFoothills:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Glacier:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:MC|The End:TF|Snowy Forest:TF|Twilight Glacier>
S:CONIFEROUS <BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Snowy Coniferous Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:TF|Snowy Forest:TF|Twilight Highlands>
S:DEAD <BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:TF|Final Plateau:TF|Spooky Forest:TF|Thornlands>
S:DENSE <BOP|Bamboo Forest:BOP|Bayou:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Corrupted Sands:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Island:BOP|Fungi Forest:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Jungle:MC|Jungle M:MC|JungleHills:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:PROSPECTOR|Mini Jungle:TF|Dark Forest:TF|Dark Forest Center:TF|Dense Twilight Forest:TF|Spooky Forest>
S:DRY <BOP|Alps:BOP|AlpsFoothills:BOP|Brushland:BOP|Chaparral:BOP|Cold Desert:BOP|Corrupted Sands:BOP|Crag:BOP|Dead Forest:BOP|Lush Desert:BOP|Mountain:BOP|MountainFoothills:BOP|Outback:BOP|Pasture:BOP|Phantasmagoric Inferno:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Volcanic Island:BOP|Wasteland:BOP|Woodland:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Mesa:MC|Mesa (Bryce):MC|Mesa Plateau:MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna M:MC|Savanna Plateau M:MC|The End:TF|Final Plateau:TF|Thornlands>
S:END <MC|The End:MOC|WyvernLair:TC|Outer Lands>
S:FAMILIARFAUNA_BUTTERFLY_DEFAULT <MC|Plains:MC|Forest:MC|ForestHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Mystic Grove:BOP|Orchard:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Flower Island:MC|Sunflower Plains:MC|Flower Forest:MC|Jungle M:MC|JungleEdge M>
S:FAMILIARFAUNA_DEER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FAMILIARFAUNA_DRAGONFLY_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Marsh:BOP|Moor:BOP|Shield:BOP|Temperate Rainforest:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_PIXIE_DEFAULT <BOP|Mystic Grove:MC|Flower Forest>
S:FAMILIARFAUNA_SNAIL_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Lush Swamp:BOP|Marsh:BOP|Quagmire:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_TURKEY_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FOREST <BOP|AlpsFoothills:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Origin Island:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest:MC|Birch Forest Hills:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Extreme Hills+:MC|Flower Forest:MC|Forest:MC|ForestHills:MC|JungleEdge:MC|Mega Spruce Taiga:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:MC|Taiga:MC|Taiga M:MC|TaigaHills:MOC|WyvernLair:TC|Magical Forest:TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Twilight Forest:TF|Twilight Highlands>
S:FORESTRY_BUTTERFLYGE_DEFAULT <>
S:HILLS <BOP|Boreal Forest:BOP|Crag:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Rainforest:MC|Birch Forest Hills:MC|Birch Forest M:MC|Cold Taiga Hills:MC|DesertHills:MC|Extreme Hills:MC|Flower Forest:MC|ForestHills:MC|Ice Plains Spikes:MC|JungleEdge M:MC|JungleHills:MC|Mega Taiga Hills:MC|Mesa Plateau F M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Swampland M:MC|TaigaHills:TF|Thornlands>
S:HOT <BOP|Bayou:BOP|Brushland:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Phantasmagoric Inferno:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Visceral Heap:BOP|Volcanic Island:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:PROSPECTOR|Mini Jungle:TF|Fire Swamp>
S:JUNGLE <BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Oasis:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Tropical Rainforest:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:PROSPECTOR|Mini Jungle>
S:LANCE5057_PHANTOMWOLF_DEFAULT <>
S:LUSH <BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Flower Island:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Mystic Grove:BOP|Oasis:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Wetland:BOP|Xeric Shrubland:TF|Firefly Forest>
S:MAGICAL <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Flower Island:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:BOP|Sacred Springs:TC|Eerie:TC|Magical Forest:TC|Outer Lands:TF|Dark Forest Center:TF|Enchanted Forest>
S:MC_BAT_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|MushroomIsland:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_BLAZE_DEFAULT <>
S:MC_CAVESPIDER_DEFAULT <>
S:MC_CHICKEN_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_COW_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_CREEPER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_DONKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_ELDERGUARDIAN_DEFAULT <>
S:MC_ENDERDRAGON_DEFAULT <>
S:MC_ENDERMAN_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|Hell:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ENDERMITE_DEFAULT <>
S:MC_EVOCATIONILLAGER_DEFAULT <>
S:MC_GHAST_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_GIANT_DEFAULT <>
S:MC_GUARDIAN_DEFAULT <>
S:MC_HORSE_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:TC|Magical Forest:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_HUSK_DEFAULT <MC|Desert:MC|DesertHills:MC|Desert M>
S:MC_ILLUSIONILLAGER_DEFAULT <>
S:MC_LAVASLIME_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_LLAMA_DEFAULT <MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills+:MC|Savanna Plateau:BOP|Mountain:BOP|Shrubland:BOP|Steppe:BOP|AlpsFoothills:MC|Extreme Hills M:MC|Extreme Hills+ M>
S:MC_MULE_DEFAULT <>
S:MC_MUSHROOMCOW_DEFAULT <MC|MushroomIsland:MC|MushroomIslandShore>
S:MC_OZELOT_DEFAULT <MC|Jungle:MC|JungleHills:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:PROSPECTOR|Mini Jungle:MC|Jungle M>
S:MC_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Tropical Rainforest:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MC_PIGZOMBIE_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_PIG_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_POLARBEAR_DEFAULT <MC|Ice Plains:MC|Ice Mountains:BOP|Cold Desert:BOP|Glacier:MC|Ice Plains Spikes>
S:MC_RABBIT_DEFAULT <MC|Desert:MC|Taiga:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Coniferous Forest:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|Outback:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Tundra:BOP|Xeric Shrubland:BOP|Oasis:BOP|SnowyTundra:MC|Desert M:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_SHEEP_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_SHULKER_DEFAULT <>
S:MC_SILVERFISH_DEFAULT <>
S:MC_SKELETONHORSE_DEFAULT <>
S:MC_SKELETON_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SLIME_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SNOWMAN_DEFAULT <>
S:MC_SPIDER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SQUID_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_STRAY_DEFAULT <MC|Ice Plains:MC|Ice Mountains:MC|Ice Plains Spikes>
S:MC_VEX_DEFAULT <TC|Magical Forest>
S:MC_VILLAGERGOLEM_DEFAULT <>
S:MC_VILLAGER_DEFAULT <>
S:MC_VINDICATIONILLAGER_DEFAULT <>
S:MC_WITCH_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_WITHERBOSS_DEFAULT <>
S:MC_WITHERSKELETON_DEFAULT <>
S:MC_WOLF_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Mountain:BOP|Seasonal Forest:BOP|Snowy Coniferous Forest:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_ZOMBIEHORSE_DEFAULT <>
S:MC_ZOMBIEVILLAGER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ZOMBIE_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MESA <MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F:TF|Final Plateau>
S:METEOR_DARKPIXIE_DEFAULT <>
S:METEOR_GAIAIII_DEFAULT <>
S:METEOR_PETPIXIE_DEFAULT <>
S:METEOR_SKULLMINION_DEFAULT <>
S:METEOR_VOIDHERRSCHER_DEFAULT <>
S:MOC_ANCHOVY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGELFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGLER_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BASS_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_BEE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIGGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIRD_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BLACKBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BOAR_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUNNY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUTTERFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CAVEOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CLOWNFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_COD_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_CRAB_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_CRICKET_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CROCODILE_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_DEER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_DOLPHIN_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_DRAGONFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_DUCK_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_EGG_DEFAULT <>
S:MOC_ELEPHANT_DEFAULT <MC|Plains:MC|Desert:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Flower Island:BOP|Corrupted Sands:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_ENT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_FIREFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FIREOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FISHY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_FLAMEWRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FOX_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_GOAT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GOLDFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_GREENOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GRIZZLYBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_HELLRAT_DEFAULT <MC|Hell:MC|Roofed Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|Tundra:BOP|Wasteland:BOP|SnowyTundra:BOP|Volcanic Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Eerie:TC|Outer Lands:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MC|Roofed Forest M>
S:MOC_HIPPOTANG_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_HORSEMOB_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_JELLYFISH_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_KITTYBED_DEFAULT <>
S:MOC_KITTY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_KOMODODRAGON_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_LEOGER_DEFAULT <>
S:MOC_LEOPARD_DEFAULT <MC|Extreme Hills:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest Hills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Boreal Forest:BOP|Cold Desert:BOP|Crag:BOP|Eucalyptus Forest:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|Mountain:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tropical Rainforest:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Tropical Island:BOP|Volcanic Island:TF|Twilight Highlands:TF|Snowy Forest:TF|Twilight Glacier:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Thornlands:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_LIARD_DEFAULT <>
S:MOC_LIGER_DEFAULT <>
S:MOC_LION_DEFAULT <MC|Plains:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Chaparral:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Tropical Rainforest:BOP|Pasture:BOP|Oasis:BOP|Tropical Island:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_LITHER_DEFAULT <>
S:MOC_LITTERBOX_DEFAULT <>
S:MOC_MAGGOT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MANDERIN_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_MANTARAY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|Deep Ocean:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:MOC_MANTICOREPET_DEFAULT <>
S:MOC_MANTICORE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MINIGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MOLE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MOUSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_OSTRICH_DEFAULT <MC|Plains:MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Meadow:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Xeric Shrubland:BOP|Pasture:BOP|Oasis:BOP|Flower Island:BOP|Corrupted Sands:TF|Twilight Clearing:MC|Sunflower Plains:MC|Desert M>
S:MOC_PANDABEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:MOC_PANTHARD_DEFAULT <>
S:MOC_PANTHER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_PANTHGER_DEFAULT <>
S:MOC_PETSCORPION_DEFAULT <>
S:MOC_PIRANHA_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_RACCOON_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_RAT_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_ROACH_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SALMON_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_SCORPION_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SHARK_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_SILVERSKELETON_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SNAIL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_STINGRAY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_TIGER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_TURKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_TURTLE_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Wetland:BOP|Oasis:BOP|Tropical Island:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_WEREWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDHORSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDPOLARBEAR_DEFAULT <MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:BOP|Alps:BOP|Cold Desert:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:MOC_WRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WYVERN_DEFAULT <MOC|WyvernLair>
S:MOUNTAIN <BOP|Alps:BOP|AlpsFoothills:BOP|Crag:BOP|Highland:BOP|Mountain:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Volcanic Island:MC|Birch Forest Hills M:MC|Cold Taiga M:MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|Ice Mountains:MC|Jungle M:MC|Mesa (Bryce):MC|Mesa Plateau M:MC|Roofed Forest M:MC|Savanna M:MC|Taiga M:TF|Twilight Highlands>
S:MUSHROOM <BOP|Fungi Forest:MC|MushroomIsland:MC|MushroomIslandShore:TF|Deep Mushroom Forest:TF|Mushroom Forest>
S:NETHER <BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:MC|Hell>
S:OCEAN <BOP|Coral Reef:BOP|Kelp Forest:MC|Deep Ocean:MC|FrozenOcean:MC|Ocean:TF|Twilight Lake>
S:ORG_GENERICASIMMFEMALE_DEFAULT <>
S:ORG_GENERICSIMMFEMALE_DEFAULT <>
S:ORG_GENERICVILLAGER_DEFAULT <>
S:ORG_MILLBLAZE_DEFAULT <>
S:ORG_MILLGHAST_DEFAULT <>
S:PAVOCADO_BLUEJAY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_BOOBY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_BUDGERIGAR_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_CARDINAL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_CASSOWARY_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_CLOUDPHOENIX_DEFAULT <>
S:PAVOCADO_CRANE_DEFAULT <MC|Swampland:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Bog:BOP|Brushland:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Outback:BOP|Quagmire:BOP|Wetland:BOP|Xeric Shrubland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_DESERTPHOENIX_DEFAULT <>
S:PAVOCADO_DUCK_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_EMPERORPENGUIN_DEFAULT <MC|Taiga:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|TaigaHills:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Alps:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tundra:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:PAVOCADO_ENDERPHOENIX_DEFAULT <>
S:PAVOCADO_FLAMINGO_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_GOULDIANFINCH_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_HERON_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_HUMMINGBIRD_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KINGFISHER_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_KIWI_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KOOKABURRA_DEFAULT <MC|Savanna:MC|Savanna Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_LYREBIRD_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_MAGPIE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_NETHERPHOENIX_DEFAULT <>
S:PAVOCADO_OSTRICH_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_PEAFOWL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PELICAN_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_PHOENIX_DEFAULT <>
S:PAVOCADO_PIGEON_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_ROADRUNNER_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_ROBIN_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_SEAGULL_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_SNOWPHOENIX_DEFAULT <>
S:PAVOCADO_SWAN_DEFAULT <MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:TF|Twilight Stream>
S:PAVOCADO_TOUCAN_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_TWILIGHTPHOENIX_DEFAULT <>
S:PAVOCADO_VULTURE_DEFAULT <MC|Desert:MC|DesertHills:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:MC|Extreme Hills M:MC|Taiga M:TF|Final Plateau:MC|Jungle M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Extreme Hills+ M:MC|Savanna M:MC|Mesa (Bryce):MC|Mesa Plateau M>
S:PAVOCADO_WATERPHOENIX_DEFAULT <>
S:PAVOCADO_WOODPECKER_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PLAINS <BOP|Chaparral:BOP|Flower Field:BOP|Flower Island:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Plains:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:TF|Twilight Clearing>
S:PL_SWARM_DEFAULT <>
S:PROGWML6_IMP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:PROGWML6_NITROCREEPER_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:RARE <BOP|Mystic Grove:BOP|Ominous Woods:BOP|Origin Beach:BOP|Origin Island:BOP|Sacred Springs:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga M:MC|Desert M:MC|Extreme Hills M:MC|Extreme Hills+ M:MC|Flower Forest:MC|Ice Plains Spikes:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|Mega Spruce Taiga:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|MushroomIsland:MC|MushroomIslandShore:MC|Redwood Taiga Hills M:MC|Roofed Forest M:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:MC|Sunflower Plains:MC|Swampland M:MC|Taiga M>
S:RIVER <MC|FrozenRiver:MC|River:TF|Twilight Stream>
S:SANDY <BOP|Corrupted Sands:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F>
S:SAVANNA <BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M>
S:SLIMEKNIGHTS_BLUESLIME_DEFAULT <>
S:SNOWY <BOP|Alps:BOP|AlpsFoothills:BOP|Cold Desert:BOP|Glacier:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:TF|Snowy Forest:TF|Twilight Glacier>
S:SPARSE <BOP|AlpsFoothills:BOP|Brushland:BOP|Dead Forest:BOP|Dead Swamp:BOP|Grove:BOP|Lush Desert:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Oasis:BOP|Outback:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:BOP|Wasteland:BOP|Xeric Shrubland:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|JungleEdge M:MC|Mesa (Bryce):MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:TF|Oak Savanna:TF|Twilight Clearing>
S:SPOOKY <BOP|Dead Swamp:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:MC|Roofed Forest:MC|Roofed Forest M:TC|Eerie:TC|Outer Lands:TF|Dark Forest:TF|Dark Forest Center:TF|Spooky Forest>
S:SWAMP <BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:MC|Swampland:MC|Swampland M:TF|Fire Swamp:TF|Twilight Swamp>
S:TC_ARCANEBORE_DEFAULT <>
S:TC_BRAINYZOMBIE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Birch Forest:MC|Roofed Forest:MC|Cold Taiga:TC|Magical Forest:TC|Eerie:PROSPECTOR|Mini Jungle>
S:TC_CULTISTCLERIC_DEFAULT <>
S:TC_CULTISTKNIGHT_DEFAULT <>
S:TC_CULTISTLEADER_DEFAULT <>
S:TC_CULTISTPORTALGREATER_DEFAULT <>
S:TC_CULTISTPORTALLESSER_DEFAULT <>
S:TC_ELDRITCHCRAB_DEFAULT <>
S:TC_ELDRITCHGOLEM_DEFAULT <>
S:TC_ELDRITCHGUARDIAN_DEFAULT <TC|Eerie:TC|Outer Lands>
S:TC_ELDRITCHWARDEN_DEFAULT <>
S:TC_FIREBAT_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:TC_GIANTBRAINYZOMBIE_DEFAULT <TC|Eerie>
S:TC_GOLEM_DEFAULT <>
S:TC_INHABITEDZOMBIE_DEFAULT <TC|Outer Lands>
S:TC_MINDSPIDER_DEFAULT <>
S:TC_PECH_DEFAULT <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Sacred Springs:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Enchanted Forest>
S:TC_SPELLBAT_DEFAULT <>
S:TC_TAINTACLEGIANT_DEFAULT <>
S:TC_TAINTACLETINY_DEFAULT <>
S:TC_TAINTACLE_DEFAULT <>
S:TC_TAINTCRAWLER_DEFAULT <>
S:TC_TAINTSEEDPRIME_DEFAULT <>
S:TC_TAINTSEED_DEFAULT <>
S:TC_TAINTSWARM_DEFAULT <>
S:TC_THAUMSLIME_DEFAULT <>
S:TC_TURRETADVANCED_DEFAULT <>
S:TC_TURRETBASIC_DEFAULT <>
S:TC_WISP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie>
S:TF_ADHERENT_DEFAULT <>
S:TF_ARMOREDGIANT_DEFAULT <>
S:TF_BIGHORNSHEEP_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_BLOCKCHAINGOBLIN_DEFAULT <>
S:TF_BOGGARD_DEFAULT <>
S:TF_BUNNY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_CASTLEGUARDIAN_DEFAULT <>
S:TF_DEATHTOME_DEFAULT <>
S:TF_DEER_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_FIREBEETLE_DEFAULT <>
S:TF_FIREFLY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest>
S:TF_GIANTMINER_DEFAULT <>
S:TF_GOBLINKNIGHTLOWER_DEFAULT <>
S:TF_GOBLINKNIGHTUPPER_DEFAULT <>
S:TF_HARBINGERCUBE_DEFAULT <>
S:TF_HEDGESPIDER_DEFAULT <>
S:TF_HELMETCRAB_DEFAULT <>
S:TF_HOSTILEWOLF_DEFAULT <>
S:TF_HYDRAHEAD_DEFAULT <>
S:TF_HYDRA_DEFAULT <>
S:TF_ICECRYSTAL_DEFAULT <>
S:TF_KINGSPIDER_DEFAULT <>
S:TF_KNIGHTPHANTOM_DEFAULT <>
S:TF_KOBOLD_DEFAULT <>
S:TF_LICHMINION_DEFAULT <>
S:TF_LICH_DEFAULT <>
S:TF_LOYALZOMBIE_DEFAULT <>
S:TF_MAZESLIME_DEFAULT <>
S:TF_MINIGHAST_DEFAULT <>
S:TF_MINOSHROOM_DEFAULT <>
S:TF_MINOTAUR_DEFAULT <>
S:TF_MISTWOLF_DEFAULT <>
S:TF_MOSQUITOSWARM_DEFAULT <>
S:TF_NAGA_DEFAULT <>
S:TF_PENGUIN_DEFAULT <TF|Twilight Glacier>
S:TF_PINCHBEETLE_DEFAULT <>
S:TF_QUESTRAM_DEFAULT <>
S:TF_RAVEN_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Spooky Forest>
S:TF_REDCAPSAPPER_DEFAULT <>
S:TF_REDCAP_DEFAULT <>
S:TF_RISINGZOMBIE_DEFAULT <>
S:TF_ROVINGCUBE_DEFAULT <>
S:TF_SKELETONDRUID_DEFAULT <TF|Spooky Forest>
S:TF_SLIMEBEETLE_DEFAULT <>
S:TF_SNOWGUARDIAN_DEFAULT <>
S:TF_SNOWQUEEN_DEFAULT <>
S:TF_SQUIRREL_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_STABLEICECORE_DEFAULT <>
S:TF_SWARMSPIDER_DEFAULT <>
S:TF_TINYBIRD_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_TOWERBROODLING_DEFAULT <>
S:TF_TOWERGHAST_DEFAULT <>
S:TF_TOWERGOLEM_DEFAULT <>
S:TF_TOWERTERMITE_DEFAULT <>
S:TF_TROLL_DEFAULT <>
S:TF_UNSTABLEICECORE_DEFAULT <>
S:TF_URGHAST_DEFAULT <>
S:TF_WILDBOAR_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_WINTERWOLF_DEFAULT <>
S:TF_WRAITH_DEFAULT <>
S:TF_YETIALPHA_DEFAULT <>
S:TF_YETI_DEFAULT <>
S:TWILIGHT <TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Final Plateau:TF|Fire Swamp:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Thornlands:TF|Twilight Clearing:TF|Twilight Forest:TF|Twilight Glacier:TF|Twilight Highlands:TF|Twilight Lake:TF|Twilight Stream:TF|Twilight Swamp>
S:VAZKII_DOPPLEGANGER_DEFAULT <>
S:VAZKII_PINKWITHER_DEFAULT <>
S:VAZKII_PIXIE_DEFAULT <>
S:VOID <MC|The Void>
S:WASTELAND <BOP|Crag:BOP|Glacier:BOP|Phantasmagoric Inferno:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:MC|Ice Plains:TF|Final Plateau:TF|Fire Swamp:TF|Thornlands:TF|Twilight Glacier>
S:WATER <BOP|Coral Reef:BOP|Flower Island:BOP|Kelp Forest:BOP|Mangrove:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:MC|Deep Ocean:MC|FrozenOcean:MC|FrozenRiver:MC|Ocean:MC|River:TF|Twilight Lake:TF|Twilight Stream>
S:WAYOFTIME_CORRUPTEDCHICKEN_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSHEEP_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSPIDER_DEFAULT <>
S:WAYOFTIME_CORRUPTEDZOMBIE_DEFAULT <>
S:WAYOFTIME_MIMIC_DEFAULT <>
S:WAYOFTIME_SENTIENTSPECTER_DEFAULT <>
S:WET <BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Cherry Blossom Grove:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mystic Grove:BOP|Oasis:BOP|Ominous Woods:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Shield:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Tundra:BOP|Visceral Heap:BOP|Wetland:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleHills:MC|Swampland:MC|Swampland M:PROSPECTOR|Mini Jungle:TF|Twilight Swamp>
}

View File

@ -0,0 +1,77 @@
# Configuration file
####################
# ambient
####################
ambient {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=20
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# creature
####################
creature {
D:chunkgenspawnchance=0.1
I:mobspawnrange=8
S:shouldseesky=true
I:spawncap=40
I:spawntickrate=400
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# monster
####################
monster {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=70
I:spawntickrate=1
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# underground
####################
underground {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=false
I:spawncap=15
I:spawntickrate=400
I:maxspawnheight=63
I:minspawnheight=0
}
####################
# water_creature
####################
water_creature {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=25
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}

View File

@ -0,0 +1,88 @@
# Configuration file
####################
# customspawner-settings
####################
customspawner-settings {
# Turns on CustomMobSpawner debug logging.
B:debug=false
# If enabled, all spawns will stop when max spawn limits have been reached for type.
B:enforceMaxSpawnLimits=false
# If true, Custom Spawner will attempt to despawn all creatures including vanilla. It will attempt to prevent despawning of villagers, tamed creatures, and farm animals. The purpose of this setting is to provide a more dynamic experience.
B:forceDespawns=false
B:killAllVillagers=false
# Turns on check for lightLevel before killing an entity during a killall. If entity is under lightLevel threshold, it will be killed.
B:killallUseLightLevel=true
# The maximum light level threshold used to determine whether or not to despawn a farm animal.
I:maxDespawnLightLevel=2
# The minimum light level threshold used to determine whether or not to despawn a farm animal.
I:minDespawnLightLevel=2
# Allows spawns during world chunk generation.
B:worldGenCreatureSpawning=true
}
####################
# mod-mappings
#===================
# Mod Biome Mappings
# You may change tag values but do NOT change the default keys since they are used to generate our defaults.
# For example, 'twilightforest=TL:TwilightForest.cfg' may be changed to 'twilightforest=TWL:TWL.cfg' but may NOT be changed to 'twilight=TWL:TWL.cfg'
####################
mod-mappings {
# automatically generated
S:BEWITCHMENT <BEWITCHMENT:BEWITCHMENT.cfg>
# automatically generated
S:FAMILIARFAUNA <FAMILIARFAUNA:FAMILIARFAUNA.cfg>
# automatically generated
S:FORESTRY <FORESTRY:FORESTRY.cfg>
# automatically generated
S:LANCE5057 <LANCE5057:LANCE5057.cfg>
# automatically generated
S:METEOR <METEOR:METEOR.cfg>
# automatically generated
S:ORG <ORG:ORG.cfg>
# automatically generated
S:PAVOCADO <PAVOCADO:PAVOCADO.cfg>
# automatically generated
S:PL <PL:PL.cfg>
# automatically generated
S:PROGWML6 <PROGWML6:PROGWML6.cfg>
# automatically generated
S:PROSPECTOR <PROSPECTOR:PROSPECTOR.cfg>
# automatically generated
S:SLIMEKNIGHTS <SLIMEKNIGHTS:SLIMEKNIGHTS.cfg>
# automatically generated
S:VAZKII <VAZKII:VAZKII.cfg>
# automatically generated
S:WAYOFTIME <WAYOFTIME:WAYOFTIME.cfg>
S:biomesop <BOP:BiomesOPlenty.cfg>
S:drzhark <MOC:MoCreatures.cfg>
S:thaumcraft <TC:Thaumcraft.cfg>
S:tinker <TC:TinkerConstruct.cfg>
S:twilightforest <TF:TwilightForest.cfg>
S:undefined <U:Undefined.cfg>
S:vanilla <MC:Vanilla.cfg>
}

View File

@ -0,0 +1 @@
INFO - Logger initialized for environment Global

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment bophell
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/bophell...

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment end
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/end...

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment nether
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/nether...

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment overworld
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/overworld...

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment twilightforest
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/twilightforest...

View File

@ -0,0 +1,2 @@
INFO - Logger initialized for environment wyvernend
INFO - Initializing WorldSettings Config File at /home/izaya/.local/share/multimc/instances/SKS Intermission/.minecraft/config/CustomSpawner/wyvernend...

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Gravel Beach:Origin Beach:White Beach>
S:COLD <Alps:AlpsFoothills:Bog:Boreal Forest:Cold Desert:Coniferous Forest:Crag:Dead Forest:Dead Swamp:Fen:Glacier:Maple Woods:Meadow:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:SnowyTundra:Tundra>
S:CONIFEROUS <Boreal Forest:Coniferous Forest:Maple Woods:Snowy Coniferous Forest>
S:DEAD <Dead Forest:Dead Swamp:Fen:Ominous Woods:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:DENSE <Bamboo Forest:Bayou:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Corrupted Sands:Eucalyptus Forest:Fen:Flower Island:Fungi Forest:Land of Lakes:Lush Swamp:Mangrove:Maple Woods:Mystic Grove:Ominous Woods:Orchard:Overgrown Cliffs:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Temperate Rainforest:Tropical Island:Tropical Rainforest:Wetland:Woodland>
S:DRY <Alps:AlpsFoothills:Brushland:Chaparral:Cold Desert:Corrupted Sands:Crag:Dead Forest:Lush Desert:Mountain:MountainFoothills:Outback:Pasture:Phantasmagoric Inferno:Prairie:Shrubland:Steppe:Volcanic Island:Wasteland:Woodland:Xeric Shrubland>
S:END <>
S:FOREST <AlpsFoothills:Bamboo Forest:Bog:Boreal Forest:Cherry Blossom Grove:Coniferous Forest:Dead Forest:Eucalyptus Forest:Fen:Grove:Land of Lakes:Maple Woods:Meadow:Mountain:MountainFoothills:Mystic Grove:Ominous Woods:Orchard:Origin Island:Rainforest:RedwoodForest:RedwoodForestEdge:Sacred Springs:Seasonal Forest:Shield:Snowy Coniferous Forest:Snowy Forest:Temperate Rainforest:Wetland:Woodland>
S:HILLS <Boreal Forest:Crag:Grassland:Highland:Moor:MountainFoothills:Overgrown Cliffs:Rainforest>
S:HOT <Bayou:Brushland:Corrupted Sands:Fungi Forest:Lush Desert:Oasis:Outback:Phantasmagoric Inferno:Tropical Rainforest:Undergarden:Visceral Heap:Volcanic Island:Xeric Shrubland>
S:JUNGLE <Bamboo Forest:Eucalyptus Forest:Oasis:Overgrown Cliffs:Rainforest:Sacred Springs:Tropical Island:Tropical Rainforest>
S:LUSH <Cherry Blossom Grove:Eucalyptus Forest:Flower Field:Flower Island:Grove:Lavender Fields:Lush Desert:Lush Swamp:Mangrove:Marsh:Meadow:Mystic Grove:Oasis:Orchard:Overgrown Cliffs:Rainforest:Sacred Springs:Temperate Rainforest:Tropical Island:Tropical Rainforest:Undergarden:Wetland:Xeric Shrubland>
S:MAGICAL <Cherry Blossom Grove:Crag:Flower Island:Lavender Fields:Mystic Grove:Ominous Woods:Phantasmagoric Inferno:Sacred Springs>
S:MESA <>
S:MOUNTAIN <Alps:AlpsFoothills:Crag:Highland:Mountain:MountainFoothills:Overgrown Cliffs:Volcanic Island>
S:MUSHROOM <Fungi Forest>
S:NETHER <Corrupted Sands:Fungi Forest:Phantasmagoric Inferno:Undergarden:Visceral Heap>
S:OCEAN <Coral Reef:Kelp Forest>
S:PLAINS <Chaparral:Flower Field:Flower Island:Grassland:Grove:Lavender Fields:Meadow:Orchard:Pasture:Prairie:Shrubland:Steppe>
S:RARE <Mystic Grove:Ominous Woods:Origin Beach:Origin Island:Sacred Springs>
S:RIVER <>
S:SANDY <Corrupted Sands:Lush Desert:Oasis:Outback:Steppe:Xeric Shrubland>
S:SAVANNA <Brushland:Lush Desert:Outback:Xeric Shrubland>
S:SNOWY <Alps:AlpsFoothills:Cold Desert:Glacier:Snowy Coniferous Forest:Snowy Forest:SnowyTundra>
S:SPARSE <AlpsFoothills:Brushland:Dead Forest:Dead Swamp:Grove:Lush Desert:Meadow:Mountain:MountainFoothills:Oasis:Outback:Pasture:Prairie:Shrubland:Snowy Forest:SnowyTundra:Tundra:Wasteland:Xeric Shrubland>
S:SPOOKY <Dead Swamp:Ominous Woods:Phantasmagoric Inferno>
S:SWAMP <Bayou:Bog:Dead Swamp:Fen:Land of Lakes:Lush Swamp:Mangrove:Moor:Quagmire:Wetland>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <Crag:Glacier:Phantasmagoric Inferno:Quagmire:SnowyTundra:Tundra:Volcanic Island:Wasteland>
S:WATER <Coral Reef:Flower Island:Kelp Forest:Mangrove:Origin Island:Tropical Island:Volcanic Island>
S:WET <Bamboo Forest:Bayou:Bog:Cherry Blossom Grove:Dead Swamp:Eucalyptus Forest:Fen:Grassland:Grove:Highland:Land of Lakes:Lush Swamp:Mangrove:Marsh:Meadow:Moor:Mystic Grove:Oasis:Ominous Woods:Overgrown Cliffs:Quagmire:Rainforest:Sacred Springs:Shield:Snowy Forest:SnowyTundra:Temperate Rainforest:Tropical Island:Tropical Rainforest:Tundra:Visceral Heap:Wetland>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <WyvernLair>
S:FOREST <WyvernLair>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <Mini Jungle>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <Mini Jungle>
S:JUNGLE <Mini Jungle>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <Mini Jungle>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <Outer Lands>
S:FOREST <Magical Forest>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <Eerie:Magical Forest:Outer Lands>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <Eerie:Outer Lands>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <Snowy Forest:Twilight Glacier>
S:CONIFEROUS <Snowy Forest:Twilight Highlands>
S:DEAD <Final Plateau:Spooky Forest:Thornlands>
S:DENSE <Dark Forest:Dark Forest Center:Dense Twilight Forest:Spooky Forest>
S:DRY <Final Plateau:Thornlands>
S:END <>
S:FOREST <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Twilight Forest:Twilight Highlands>
S:HILLS <Thornlands>
S:HOT <Fire Swamp>
S:JUNGLE <>
S:LUSH <Firefly Forest>
S:MAGICAL <Dark Forest Center:Enchanted Forest>
S:MESA <Final Plateau>
S:MOUNTAIN <Twilight Highlands>
S:MUSHROOM <Deep Mushroom Forest:Mushroom Forest>
S:NETHER <>
S:OCEAN <Twilight Lake>
S:PLAINS <Twilight Clearing>
S:RARE <>
S:RIVER <Twilight Stream>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <Snowy Forest:Twilight Glacier>
S:SPARSE <Oak Savanna:Twilight Clearing>
S:SPOOKY <Dark Forest:Dark Forest Center:Spooky Forest>
S:SWAMP <Fire Swamp:Twilight Swamp>
S:TWILIGHT <Dark Forest:Dark Forest Center:Deep Mushroom Forest:Dense Twilight Forest:Enchanted Forest:Final Plateau:Fire Swamp:Firefly Forest:Mushroom Forest:Oak Savanna:Snowy Forest:Spooky Forest:Thornlands:Twilight Clearing:Twilight Forest:Twilight Glacier:Twilight Highlands:Twilight Lake:Twilight Stream:Twilight Swamp>
S:VOID <>
S:WASTELAND <Final Plateau:Fire Swamp:Thornlands:Twilight Glacier>
S:WATER <Twilight Lake:Twilight Stream>
S:WET <Twilight Swamp>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <>
S:COLD <>
S:CONIFEROUS <>
S:DEAD <>
S:DENSE <>
S:DRY <>
S:END <>
S:FOREST <>
S:HILLS <>
S:HOT <>
S:JUNGLE <>
S:LUSH <>
S:MAGICAL <>
S:MESA <>
S:MOUNTAIN <>
S:MUSHROOM <>
S:NETHER <>
S:OCEAN <>
S:PLAINS <>
S:RARE <>
S:RIVER <>
S:SANDY <>
S:SAVANNA <>
S:SNOWY <>
S:SPARSE <>
S:SPOOKY <>
S:SWAMP <>
S:TWILIGHT <>
S:VOID <>
S:WASTELAND <>
S:WATER <>
S:WET <>
}

View File

@ -0,0 +1,42 @@
# Configuration file
####################
# biomegroups
####################
biomegroups {
S:BEACH <Beach:Cold Beach:MushroomIslandShore:Stone Beach>
S:COLD <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills:The End>
S:CONIFEROUS <Cold Taiga:Cold Taiga Hills:Cold Taiga M:Mega Taiga:Mega Taiga Hills:Taiga:Taiga M:TaigaHills>
S:DEAD <>
S:DENSE <Birch Forest Hills M:Birch Forest M:Jungle:Jungle M:JungleHills:Mega Spruce Taiga:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M>
S:DRY <Desert:Desert M:DesertHills:Hell:Mesa:Mesa (Bryce):Mesa Plateau:Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna M:Savanna Plateau M:The End>
S:END <The End>
S:FOREST <Birch Forest:Birch Forest Hills:Birch Forest Hills M:Birch Forest M:Cold Taiga:Cold Taiga Hills:Cold Taiga M:Extreme Hills+:Flower Forest:Forest:ForestHills:JungleEdge:Mega Spruce Taiga:Mega Taiga:Mega Taiga Hills:Redwood Taiga Hills M:Roofed Forest:Roofed Forest M:Taiga:Taiga M:TaigaHills>
S:HILLS <Birch Forest Hills:Birch Forest M:Cold Taiga Hills:DesertHills:Extreme Hills:Flower Forest:ForestHills:Ice Plains Spikes:JungleEdge M:JungleHills:Mega Taiga Hills:Mesa Plateau F M:Redwood Taiga Hills M:Savanna Plateau M:Swampland M:TaigaHills>
S:HOT <Desert:Desert M:DesertHills:Hell:Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:JUNGLE <Jungle:Jungle M:JungleEdge:JungleEdge M:JungleHills>
S:LUSH <>
S:MAGICAL <>
S:MESA <Mesa:Mesa Plateau:Mesa Plateau F>
S:MOUNTAIN <Birch Forest Hills M:Cold Taiga M:Extreme Hills:Extreme Hills Edge:Extreme Hills M:Extreme Hills+:Extreme Hills+ M:Ice Mountains:Jungle M:Mesa (Bryce):Mesa Plateau M:Roofed Forest M:Savanna M:Taiga M>
S:MUSHROOM <MushroomIsland:MushroomIslandShore>
S:NETHER <Hell>
S:OCEAN <Deep Ocean:FrozenOcean:Ocean>
S:PLAINS <Plains:Savanna:Savanna Plateau:Sunflower Plains>
S:RARE <Birch Forest Hills M:Birch Forest M:Cold Taiga M:Desert M:Extreme Hills M:Extreme Hills+ M:Flower Forest:Ice Plains Spikes:Jungle M:JungleEdge:JungleEdge M:Mega Spruce Taiga:Mesa (Bryce):Mesa Plateau F M:Mesa Plateau M:MushroomIsland:MushroomIslandShore:Redwood Taiga Hills M:Roofed Forest M:Savanna M:Savanna Plateau:Savanna Plateau M:Sunflower Plains:Swampland M:Taiga M>
S:RIVER <FrozenRiver:River>
S:SANDY <Desert:Desert M:DesertHills:Mesa:Mesa Plateau:Mesa Plateau F>
S:SAVANNA <Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SNOWY <Cold Beach:Cold Taiga:Cold Taiga Hills:Cold Taiga M:FrozenOcean:FrozenRiver:Ice Mountains:Ice Plains:Ice Plains Spikes>
S:SPARSE <Extreme Hills M:Extreme Hills+:Extreme Hills+ M:JungleEdge M:Mesa (Bryce):Mesa Plateau F:Mesa Plateau F M:Mesa Plateau M:Savanna:Savanna M:Savanna Plateau:Savanna Plateau M>
S:SPOOKY <Roofed Forest:Roofed Forest M>
S:SWAMP <Swampland:Swampland M>
S:TWILIGHT <>
S:VOID <The Void>
S:WASTELAND <Ice Plains>
S:WATER <Deep Ocean:FrozenOcean:FrozenRiver:Ocean:River>
S:WET <Jungle:Jungle M:JungleEdge:JungleHills:Swampland:Swampland M>
}

View File

@ -0,0 +1,422 @@
# Configuration file
####################
# bafometyr
####################
bafometyr {
S:biomegroups <BAFOMETYR_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# baphomet
####################
baphomet {
S:biomegroups <BAPHOMET_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# blackdog
####################
blackdog {
S:biomegroups <BLACKDOG_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cambion
####################
cambion {
S:biomegroups <CAMBION_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cleaver
####################
cleaver {
S:biomegroups <CLEAVER_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demon
####################
demon {
S:biomegroups <DEMON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# demoness
####################
demoness {
S:biomegroups <DEMONESS_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# druden
####################
druden {
S:biomegroups <DRUDEN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# feuerwurm
####################
feuerwurm {
S:biomegroups <FEUERWURM_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# ghost
####################
ghost {
S:biomegroups <GHOST_DEFAULT>
B:canSpawn=true
I:frequency=3
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# hellhound
####################
hellhound {
S:biomegroups <HELLHOUND_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# leonard
####################
leonard {
S:biomegroups <LEONARD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# lizard
####################
lizard {
S:biomegroups <LIZARD_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# raven
####################
raven {
S:biomegroups <RAVEN_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# shadowperson
####################
shadowperson {
S:biomegroups <SHADOWPERSON_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# snake
####################
snake {
S:biomegroups <SNAKE_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toad
####################
toad {
S:biomegroups <TOAD_DEFAULT>
B:canSpawn=true
I:frequency=20
I:maxChunk=6
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# werewolf
####################
werewolf {
S:biomegroups <WEREWOLF_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=0
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# wasp
####################
wasp {
S:biomegroups <WASP_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# butterfly
####################
butterfly {
S:biomegroups <BUTTERFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# deer
####################
deer {
S:biomegroups <DEER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# dragonfly
####################
dragonfly {
S:biomegroups <DRAGONFLY_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}
####################
# snail
####################
snail {
S:biomegroups <SNAIL_DEFAULT>
B:canSpawn=false
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# turkey
####################
turkey {
S:biomegroups <TURKEY_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=4
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=3
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# butterflyge
####################
butterflyge {
S:biomegroups <BUTTERFLYGE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# phantomwolf
####################
phantomwolf {
S:biomegroups <PHANTOMWOLF_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=8
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# darkpixie
####################
darkpixie {
S:biomegroups <DARKPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# gaiaiii
####################
gaiaiii {
S:biomegroups <GAIAIII_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# petpixie
####################
petpixie {
S:biomegroups <PETPIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# skullminion
####################
skullminion {
S:biomegroups <SKULLMINION_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# voidherrscher
####################
voidherrscher {
S:biomegroups <VOIDHERRSCHER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,107 @@
# Configuration file
####################
# genericasimmfemale
####################
genericasimmfemale {
S:biomegroups <GENERICASIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericsimmfemale
####################
genericsimmfemale {
S:biomegroups <GENERICSIMMFEMALE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# genericvillager
####################
genericvillager {
S:biomegroups <GENERICVILLAGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# millblaze
####################
millblaze {
S:biomegroups <MILLBLAZE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# millghast
####################
millghast {
S:biomegroups <MILLGHAST_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=1
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,800 @@
# Configuration file
####################
# bluejay
####################
bluejay {
S:biomegroups <BLUEJAY_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# booby
####################
booby {
S:biomegroups <BOOBY_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# budgerigar
####################
budgerigar {
S:biomegroups <BUDGERIGAR_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cardinal
####################
cardinal {
S:biomegroups <CARDINAL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cassowary
####################
cassowary {
S:biomegroups <CASSOWARY_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# cloudphoenix
####################
cloudphoenix {
S:biomegroups <CLOUDPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# crane
####################
crane {
S:biomegroups <CRANE_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# desertphoenix
####################
desertphoenix {
S:biomegroups <DESERTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# duck
####################
duck {
S:biomegroups <DUCK_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# emperorpenguin
####################
emperorpenguin {
S:biomegroups <EMPERORPENGUIN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# enderphoenix
####################
enderphoenix {
S:biomegroups <ENDERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# flamingo
####################
flamingo {
S:biomegroups <FLAMINGO_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# gouldianfinch
####################
gouldianfinch {
S:biomegroups <GOULDIANFINCH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# heron
####################
heron {
S:biomegroups <HERON_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# hummingbird
####################
hummingbird {
S:biomegroups <HUMMINGBIRD_DEFAULT>
B:canSpawn=true
I:frequency=18
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kingfisher
####################
kingfisher {
S:biomegroups <KINGFISHER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kiwi
####################
kiwi {
S:biomegroups <KIWI_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# kookaburra
####################
kookaburra {
S:biomegroups <KOOKABURRA_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# lyrebird
####################
lyrebird {
S:biomegroups <LYREBIRD_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# magpie
####################
magpie {
S:biomegroups <MAGPIE_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# netherphoenix
####################
netherphoenix {
S:biomegroups <NETHERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# ostrich
####################
ostrich {
S:biomegroups <OSTRICH_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# owl
####################
owl {
S:biomegroups <OWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# parrot
####################
parrot {
S:biomegroups <PARROT_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# peafowl
####################
peafowl {
S:biomegroups <PEAFOWL_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pelican
####################
pelican {
S:biomegroups <PELICAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# phoenix
####################
phoenix {
S:biomegroups <PHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# pigeon
####################
pigeon {
S:biomegroups <PIGEON_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# roadrunner
####################
roadrunner {
S:biomegroups <ROADRUNNER_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# robin
####################
robin {
S:biomegroups <ROBIN_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# seagull
####################
seagull {
S:biomegroups <SEAGULL_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# snowphoenix
####################
snowphoenix {
S:biomegroups <SNOWPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# swan
####################
swan {
S:biomegroups <SWAN_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# toucan
####################
toucan {
S:biomegroups <TOUCAN_DEFAULT>
B:canSpawn=true
I:frequency=6
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# twilightphoenix
####################
twilightphoenix {
S:biomegroups <TWILIGHTPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# vulture
####################
vulture {
S:biomegroups <VULTURE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# waterphoenix
####################
waterphoenix {
S:biomegroups <WATERPHOENIX_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# woodpecker
####################
woodpecker {
S:biomegroups <WOODPECKER_DEFAULT>
B:canSpawn=true
I:frequency=12
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=5
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# swarm
####################
swarm {
S:biomegroups <SWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=AMBIENT
}

View File

@ -0,0 +1,44 @@
# Configuration file
####################
# imp
####################
imp {
S:biomegroups <IMP_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=12
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=8
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=CREATURE
}
####################
# nitrocreeper
####################
nitrocreeper {
S:biomegroups <NITROCREEPER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=6
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=4
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,23 @@
# Configuration file
####################
# blueslime
####################
blueslime {
S:biomegroups <BLUESLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

View File

@ -0,0 +1,611 @@
# Configuration file
####################
# arcanebore
####################
arcanebore {
S:biomegroups <ARCANEBORE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# brainyzombie
####################
brainyzombie {
S:biomegroups <BRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistcleric
####################
cultistcleric {
S:biomegroups <CULTISTCLERIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistknight
####################
cultistknight {
S:biomegroups <CULTISTKNIGHT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistleader
####################
cultistleader {
S:biomegroups <CULTISTLEADER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportalgreater
####################
cultistportalgreater {
S:biomegroups <CULTISTPORTALGREATER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# cultistportallesser
####################
cultistportallesser {
S:biomegroups <CULTISTPORTALLESSER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchcrab
####################
eldritchcrab {
S:biomegroups <ELDRITCHCRAB_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchgolem
####################
eldritchgolem {
S:biomegroups <ELDRITCHGOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchguardian
####################
eldritchguardian {
S:biomegroups <ELDRITCHGUARDIAN_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# eldritchwarden
####################
eldritchwarden {
S:biomegroups <ELDRITCHWARDEN_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# firebat
####################
firebat {
S:biomegroups <FIREBAT_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=2
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# giantbrainyzombie
####################
giantbrainyzombie {
S:biomegroups <GIANTBRAINYZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# golem
####################
golem {
S:biomegroups <GOLEM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# inhabitedzombie
####################
inhabitedzombie {
S:biomegroups <INHABITEDZOMBIE_DEFAULT>
B:canSpawn=true
I:frequency=1
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# mindspider
####################
mindspider {
S:biomegroups <MINDSPIDER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pech
####################
pech {
S:biomegroups <PECH_DEFAULT>
B:canSpawn=true
I:frequency=10
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# spellbat
####################
spellbat {
S:biomegroups <SPELLBAT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacle
####################
taintacle {
S:biomegroups <TAINTACLE_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintaclegiant
####################
taintaclegiant {
S:biomegroups <TAINTACLEGIANT_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintacletiny
####################
taintacletiny {
S:biomegroups <TAINTACLETINY_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintcrawler
####################
taintcrawler {
S:biomegroups <TAINTCRAWLER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseed
####################
taintseed {
S:biomegroups <TAINTSEED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintseedprime
####################
taintseedprime {
S:biomegroups <TAINTSEEDPRIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# taintswarm
####################
taintswarm {
S:biomegroups <TAINTSWARM_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# thaumslime
####################
thaumslime {
S:biomegroups <THAUMSLIME_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretadvanced
####################
turretadvanced {
S:biomegroups <TURRETADVANCED_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# turretbasic
####################
turretbasic {
S:biomegroups <TURRETBASIC_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# wisp
####################
wisp {
S:biomegroups <WISP_DEFAULT>
B:canSpawn=true
I:frequency=5
I:maxChunk=2
I:maxLightlevel=-1
I:maxSpawn=1
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=1
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,65 @@
# Configuration file
####################
# doppleganger
####################
doppleganger {
S:biomegroups <DOPPLEGANGER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# pinkwither
####################
pinkwither {
S:biomegroups <PINKWITHER_DEFAULT>
B:canSpawn=true
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=MONSTER
}
####################
# pixie
####################
pixie {
S:biomegroups <PIXIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,128 @@
# Configuration file
####################
# corruptedchicken
####################
corruptedchicken {
S:biomegroups <CORRUPTEDCHICKEN_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedsheep
####################
corruptedsheep {
S:biomegroups <CORRUPTEDSHEEP_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedspider
####################
corruptedspider {
S:biomegroups <CORRUPTEDSPIDER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# corruptedzombie
####################
corruptedzombie {
S:biomegroups <CORRUPTEDZOMBIE_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# mimic
####################
mimic {
S:biomegroups <MIMIC_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}
####################
# sentientspecter
####################
sentientspecter {
S:biomegroups <SENTIENTSPECTER_DEFAULT>
B:canSpawn=false
I:frequency=8
I:maxChunk=4
I:maxLightlevel=-1
I:maxSpawn=3
I:maxSpawnHeight=256
I:minLightlevel=-1
I:minSpawn=2
I:minSpawnHeight=0
S:opaqueBlock=all
S:spawnBlockBlacklist <>
S:type=UNDEFINED
}

View File

@ -0,0 +1,355 @@
# Configuration file
####################
# biomegroup-defaults
####################
biomegroup-defaults {
S:BEACH <BOP|Gravel Beach:BOP|Origin Beach:BOP|White Beach:MC|Beach:MC|Cold Beach:MC|MushroomIslandShore:MC|Stone Beach>
S:BEWITCHMENT_BAFOMETYR_DEFAULT <MC|Hell>
S:BEWITCHMENT_BAPHOMET_DEFAULT <>
S:BEWITCHMENT_BLACKDOG_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_CAMBION_DEFAULT <>
S:BEWITCHMENT_CLEAVER_DEFAULT <MC|Hell>
S:BEWITCHMENT_DEMONESS_DEFAULT <>
S:BEWITCHMENT_DEMON_DEFAULT <>
S:BEWITCHMENT_DRUDEN_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_FEUERWURM_DEFAULT <MC|Hell>
S:BEWITCHMENT_GHOST_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Ice Plains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_HELLHOUND_DEFAULT <MC|Hell>
S:BEWITCHMENT_IMP_DEFAULT <>
S:BEWITCHMENT_LEONARD_DEFAULT <>
S:BEWITCHMENT_LIZARD_DEFAULT <MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Jungle M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BEWITCHMENT_RAVEN_DEFAULT <MC|Plains:MC|Ice Plains:MC|Roofed Forest:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:MC|Roofed Forest M>
S:BEWITCHMENT_SHADOWPERSON_DEFAULT <>
S:BEWITCHMENT_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|Birch Forest Hills:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Swampland M:MC|Ice Plains Spikes:MC|JungleEdge M:MC|Birch Forest M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:BEWITCHMENT_TOAD_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Swampland M:MC|Jungle M:MC|JungleEdge M>
S:BEWITCHMENT_WEREWOLF_DEFAULT <MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:BOP_WASP_DEFAULT <>
S:COLD <BOP|Alps:BOP|AlpsFoothills:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Glacier:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:MC|The End:TF|Snowy Forest:TF|Twilight Glacier>
S:CONIFEROUS <BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Snowy Coniferous Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Taiga:MC|Taiga M:MC|TaigaHills:TF|Snowy Forest:TF|Twilight Highlands>
S:DEAD <BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:TF|Final Plateau:TF|Spooky Forest:TF|Thornlands>
S:DENSE <BOP|Bamboo Forest:BOP|Bayou:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Corrupted Sands:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Island:BOP|Fungi Forest:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Jungle:MC|Jungle M:MC|JungleHills:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:PROSPECTOR|Mini Jungle:TF|Dark Forest:TF|Dark Forest Center:TF|Dense Twilight Forest:TF|Spooky Forest>
S:DRY <BOP|Alps:BOP|AlpsFoothills:BOP|Brushland:BOP|Chaparral:BOP|Cold Desert:BOP|Corrupted Sands:BOP|Crag:BOP|Dead Forest:BOP|Lush Desert:BOP|Mountain:BOP|MountainFoothills:BOP|Outback:BOP|Pasture:BOP|Phantasmagoric Inferno:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Volcanic Island:BOP|Wasteland:BOP|Woodland:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Mesa:MC|Mesa (Bryce):MC|Mesa Plateau:MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna M:MC|Savanna Plateau M:MC|The End:TF|Final Plateau:TF|Thornlands>
S:END <MC|The End:MOC|WyvernLair:TC|Outer Lands>
S:FAMILIARFAUNA_BUTTERFLY_DEFAULT <MC|Plains:MC|Forest:MC|ForestHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Mystic Grove:BOP|Orchard:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Flower Island:MC|Sunflower Plains:MC|Flower Forest:MC|Jungle M:MC|JungleEdge M>
S:FAMILIARFAUNA_DEER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FAMILIARFAUNA_DRAGONFLY_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Marsh:BOP|Moor:BOP|Shield:BOP|Temperate Rainforest:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_PIXIE_DEFAULT <BOP|Mystic Grove:MC|Flower Forest>
S:FAMILIARFAUNA_SNAIL_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Lush Swamp:BOP|Marsh:BOP|Quagmire:BOP|Wetland:MC|Swampland M>
S:FAMILIARFAUNA_TURKEY_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Grove:BOP|Maple Woods:BOP|RedwoodForest:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Woodland:BOP|MountainFoothills:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M>
S:FOREST <BOP|AlpsFoothills:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Origin Island:BOP|Rainforest:BOP|RedwoodForest:BOP|RedwoodForestEdge:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:MC|Birch Forest:MC|Birch Forest Hills:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|Extreme Hills+:MC|Flower Forest:MC|Forest:MC|ForestHills:MC|JungleEdge:MC|Mega Spruce Taiga:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Redwood Taiga Hills M:MC|Roofed Forest:MC|Roofed Forest M:MC|Taiga:MC|Taiga M:MC|TaigaHills:MOC|WyvernLair:TC|Magical Forest:TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Twilight Forest:TF|Twilight Highlands>
S:FORESTRY_BUTTERFLYGE_DEFAULT <>
S:HILLS <BOP|Boreal Forest:BOP|Crag:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Rainforest:MC|Birch Forest Hills:MC|Birch Forest M:MC|Cold Taiga Hills:MC|DesertHills:MC|Extreme Hills:MC|Flower Forest:MC|ForestHills:MC|Ice Plains Spikes:MC|JungleEdge M:MC|JungleHills:MC|Mega Taiga Hills:MC|Mesa Plateau F M:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Swampland M:MC|TaigaHills:TF|Thornlands>
S:HOT <BOP|Bayou:BOP|Brushland:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Phantasmagoric Inferno:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Visceral Heap:BOP|Volcanic Island:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Hell:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:PROSPECTOR|Mini Jungle:TF|Fire Swamp>
S:JUNGLE <BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Oasis:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Island:BOP|Tropical Rainforest:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|JungleHills:PROSPECTOR|Mini Jungle>
S:LANCE5057_PHANTOMWOLF_DEFAULT <>
S:LUSH <BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Flower Island:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Mystic Grove:BOP|Oasis:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Undergarden:BOP|Wetland:BOP|Xeric Shrubland:TF|Firefly Forest>
S:MAGICAL <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Flower Island:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:BOP|Sacred Springs:TC|Eerie:TC|Magical Forest:TC|Outer Lands:TF|Dark Forest Center:TF|Enchanted Forest>
S:MC_BAT_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|MushroomIsland:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_BLAZE_DEFAULT <>
S:MC_CAVESPIDER_DEFAULT <>
S:MC_CHICKEN_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_COW_DEFAULT <MC|Plains:MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Wetland:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_CREEPER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_DONKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_ELDERGUARDIAN_DEFAULT <>
S:MC_ENDERDRAGON_DEFAULT <>
S:MC_ENDERMAN_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|Hell:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ENDERMITE_DEFAULT <>
S:MC_EVOCATIONILLAGER_DEFAULT <>
S:MC_GHAST_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_GIANT_DEFAULT <>
S:MC_GUARDIAN_DEFAULT <>
S:MC_HORSE_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Grassland:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:TC|Magical Forest:MC|Sunflower Plains:MC|Savanna M:MC|Savanna Plateau M>
S:MC_HUSK_DEFAULT <MC|Desert:MC|DesertHills:MC|Desert M>
S:MC_ILLUSIONILLAGER_DEFAULT <>
S:MC_LAVASLIME_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_LLAMA_DEFAULT <MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills+:MC|Savanna Plateau:BOP|Mountain:BOP|Shrubland:BOP|Steppe:BOP|AlpsFoothills:MC|Extreme Hills M:MC|Extreme Hills+ M>
S:MC_MULE_DEFAULT <>
S:MC_MUSHROOMCOW_DEFAULT <MC|MushroomIsland:MC|MushroomIslandShore>
S:MC_OZELOT_DEFAULT <MC|Jungle:MC|JungleHills:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:PROSPECTOR|Mini Jungle:MC|Jungle M>
S:MC_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Tropical Rainforest:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MC_PIGZOMBIE_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:MC_PIG_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_POLARBEAR_DEFAULT <MC|Ice Plains:MC|Ice Mountains:BOP|Cold Desert:BOP|Glacier:MC|Ice Plains Spikes>
S:MC_RABBIT_DEFAULT <MC|Desert:MC|Taiga:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Coniferous Forest:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mystic Grove:BOP|Outback:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Tundra:BOP|Xeric Shrubland:BOP|Oasis:BOP|SnowyTundra:MC|Desert M:MC|Flower Forest:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_SHEEP_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M>
S:MC_SHULKER_DEFAULT <>
S:MC_SILVERFISH_DEFAULT <>
S:MC_SKELETONHORSE_DEFAULT <>
S:MC_SKELETON_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SLIME_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SNOWMAN_DEFAULT <>
S:MC_SPIDER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Spooky Forest:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_SQUID_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TC|Eerie:TF|Twilight Lake:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_STRAY_DEFAULT <MC|Ice Plains:MC|Ice Mountains:MC|Ice Plains Spikes>
S:MC_VEX_DEFAULT <TC|Magical Forest>
S:MC_VILLAGERGOLEM_DEFAULT <>
S:MC_VILLAGER_DEFAULT <>
S:MC_VINDICATIONILLAGER_DEFAULT <>
S:MC_WITCH_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_WITHERBOSS_DEFAULT <>
S:MC_WITHERSKELETON_DEFAULT <>
S:MC_WOLF_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Boreal Forest:BOP|Coniferous Forest:BOP|Maple Woods:BOP|Mountain:BOP|Seasonal Forest:BOP|Snowy Coniferous Forest:TC|Magical Forest:TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MC_ZOMBIEHORSE_DEFAULT <>
S:MC_ZOMBIEVILLAGER_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MC_ZOMBIE_DEFAULT <MC|Ocean:MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Brushland:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:TC|Magical Forest:TC|Eerie:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MESA <MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F:TF|Final Plateau>
S:METEOR_DARKPIXIE_DEFAULT <>
S:METEOR_GAIAIII_DEFAULT <>
S:METEOR_PETPIXIE_DEFAULT <>
S:METEOR_SKULLMINION_DEFAULT <>
S:METEOR_VOIDHERRSCHER_DEFAULT <>
S:MOC_ANCHOVY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGELFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANGLER_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_ANT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BASS_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_BEE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIGGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BIRD_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BLACKBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_BOAR_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUNNY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_BUTTERFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CAVEOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CLOWNFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_COD_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_CRAB_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_CRICKET_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_CROCODILE_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_DEER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_DOLPHIN_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_DRAGONFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|MushroomIslandShore:MC|Beach:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Stone Beach:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_DUCK_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_EGG_DEFAULT <>
S:MOC_ELEPHANT_DEFAULT <MC|Plains:MC|Desert:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Flower Island:BOP|Corrupted Sands:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_ENT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_FIREFLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FIREOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FISHY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_FLAMEWRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FLY_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_FOX_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_GOAT_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GOLDFISH_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_GREENOGRE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_GRIZZLYBEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_HELLRAT_DEFAULT <MC|Hell:MC|Roofed Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Ominous Woods:BOP|Quagmire:BOP|Tundra:BOP|Wasteland:BOP|SnowyTundra:BOP|Volcanic Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Eerie:TC|Outer Lands:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MC|Roofed Forest M>
S:MOC_HIPPOTANG_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_HORSEMOB_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_JELLYFISH_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_KITTYBED_DEFAULT <>
S:MOC_KITTY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_KOMODODRAGON_DEFAULT <MC|Swampland:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp>
S:MOC_LEOGER_DEFAULT <>
S:MOC_LEOPARD_DEFAULT <MC|Extreme Hills:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest Hills:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Boreal Forest:BOP|Cold Desert:BOP|Crag:BOP|Eucalyptus Forest:BOP|Grassland:BOP|Highland:BOP|Moor:BOP|Mountain:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tropical Rainforest:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Tropical Island:BOP|Volcanic Island:TF|Twilight Highlands:TF|Snowy Forest:TF|Twilight Glacier:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:MC|Ice Plains Spikes:TF|Thornlands:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_LIARD_DEFAULT <>
S:MOC_LIGER_DEFAULT <>
S:MOC_LION_DEFAULT <MC|Plains:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Chaparral:BOP|Eucalyptus Forest:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|Sacred Springs:BOP|Shrubland:BOP|Steppe:BOP|Tropical Rainforest:BOP|Pasture:BOP|Oasis:BOP|Tropical Island:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_LITHER_DEFAULT <>
S:MOC_LITTERBOX_DEFAULT <>
S:MOC_MAGGOT_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MANDERIN_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_MANTARAY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|Deep Ocean:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:MOC_MANTICOREPET_DEFAULT <>
S:MOC_MANTICORE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MINIGOLEM_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_MOLE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_MOUSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_OSTRICH_DEFAULT <MC|Plains:MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Lush Desert:BOP|Meadow:BOP|Orchard:BOP|Outback:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Xeric Shrubland:BOP|Pasture:BOP|Oasis:BOP|Flower Island:BOP|Corrupted Sands:TF|Twilight Clearing:MC|Sunflower Plains:MC|Desert M>
S:MOC_PANDABEAR_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Savanna Plateau M:MC|Mesa Plateau F M>
S:MOC_PANTHARD_DEFAULT <>
S:MOC_PANTHER_DEFAULT <MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_PANTHGER_DEFAULT <>
S:MOC_PETSCORPION_DEFAULT <>
S:MOC_PIRANHA_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_RACCOON_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_RAT_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_ROACH_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|Swampland:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SALMON_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_SCORPION_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Hell:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SHARK_DEFAULT <MC|Ocean:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Mangrove:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Stream>
S:MOC_SILVERSKELETON_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_SNAIL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_SNAKE_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_STINGRAY_DEFAULT <MC|Ocean:MC|Swampland:MC|River:MC|FrozenOcean:MC|FrozenRiver:MC|Deep Ocean:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:BOP|Coral Reef:BOP|Kelp Forest:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:TF|Twilight Lake:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:MOC_TIGER_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:MOC_TURKEY_DEFAULT <MC|Plains:MC|Savanna:MC|Savanna Plateau:BOP|Chaparral:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Prairie:BOP|Shrubland:BOP|Steppe:BOP|Pasture:BOP|Flower Island:TF|Twilight Clearing:MC|Sunflower Plains>
S:MOC_TURTLE_DEFAULT <MC|Swampland:MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Wetland:BOP|Oasis:BOP|Tropical Island:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:MOC_WEREWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDHORSE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Volcanic Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WILDPOLARBEAR_DEFAULT <MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:BOP|Alps:BOP|Cold Desert:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:MOC_WRAITH_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WWOLF_DEFAULT <MC|Plains:MC|Desert:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|DesertHills:MC|ForestHills:MC|TaigaHills:MC|Extreme Hills Edge:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Cold Beach:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Alps:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Maple Woods:BOP|Meadow:BOP|Moor:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Outback:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Quagmire:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Tundra:BOP|Wasteland:BOP|Wetland:BOP|Woodland:BOP|Xeric Shrubland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Glacier:BOP|Oasis:BOP|SnowyTundra:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:BOP|Flower Island:BOP|Corrupted Sands:BOP|Phantasmagoric Inferno:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Desert M:MC|Extreme Hills M:MC|Flower Forest:MC|Taiga M:MC|Swampland M:TF|Deep Mushroom Forest:TF|Enchanted Forest:TF|Fire Swamp:MC|Ice Plains Spikes:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M:MC|Extreme Hills+ M:MC|Savanna M:MC|Savanna Plateau M:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M>
S:MOC_WYVERN_DEFAULT <MOC|WyvernLair>
S:MOUNTAIN <BOP|Alps:BOP|AlpsFoothills:BOP|Crag:BOP|Highland:BOP|Mountain:BOP|MountainFoothills:BOP|Overgrown Cliffs:BOP|Volcanic Island:MC|Birch Forest Hills M:MC|Cold Taiga M:MC|Extreme Hills:MC|Extreme Hills Edge:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|Ice Mountains:MC|Jungle M:MC|Mesa (Bryce):MC|Mesa Plateau M:MC|Roofed Forest M:MC|Savanna M:MC|Taiga M:TF|Twilight Highlands>
S:MUSHROOM <BOP|Fungi Forest:MC|MushroomIsland:MC|MushroomIslandShore:TF|Deep Mushroom Forest:TF|Mushroom Forest>
S:NETHER <BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:MC|Hell>
S:OCEAN <BOP|Coral Reef:BOP|Kelp Forest:MC|Deep Ocean:MC|FrozenOcean:MC|Ocean:TF|Twilight Lake>
S:ORG_GENERICASIMMFEMALE_DEFAULT <>
S:ORG_GENERICSIMMFEMALE_DEFAULT <>
S:ORG_GENERICVILLAGER_DEFAULT <>
S:ORG_MILLBLAZE_DEFAULT <>
S:ORG_MILLGHAST_DEFAULT <>
S:PAVOCADO_BLUEJAY_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_BOOBY_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_BUDGERIGAR_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_CARDINAL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_CASSOWARY_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_CLOUDPHOENIX_DEFAULT <>
S:PAVOCADO_CRANE_DEFAULT <MC|Swampland:MC|Savanna:MC|Savanna Plateau:BOP|Bayou:BOP|Bog:BOP|Brushland:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Desert:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Outback:BOP|Quagmire:BOP|Wetland:BOP|Xeric Shrubland:TF|Twilight Swamp:MC|Swampland M:TF|Fire Swamp:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_DESERTPHOENIX_DEFAULT <>
S:PAVOCADO_DUCK_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_EMPERORPENGUIN_DEFAULT <MC|Taiga:MC|The End:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Plains:MC|Ice Mountains:MC|TaigaHills:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:BOP|Alps:BOP|Bog:BOP|Boreal Forest:BOP|Cold Desert:BOP|Coniferous Forest:BOP|Crag:BOP|Dead Forest:BOP|Dead Swamp:BOP|Fen:BOP|Maple Woods:BOP|Meadow:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Tundra:BOP|AlpsFoothills:BOP|Glacier:BOP|SnowyTundra:TF|Snowy Forest:TF|Twilight Glacier:MC|Taiga M:MC|Ice Plains Spikes:MC|Cold Taiga M>
S:PAVOCADO_ENDERPHOENIX_DEFAULT <>
S:PAVOCADO_FLAMINGO_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_GOULDIANFINCH_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Brushland:BOP|Eucalyptus Forest:BOP|Lush Desert:BOP|Outback:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Xeric Shrubland:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_HERON_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_HUMMINGBIRD_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KINGFISHER_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_KIWI_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_KOOKABURRA_DEFAULT <MC|Savanna:MC|Savanna Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_LYREBIRD_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Visceral Heap:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_MAGPIE_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_NETHERPHOENIX_DEFAULT <>
S:PAVOCADO_OSTRICH_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_OWL_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PARROT_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_PEAFOWL_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|Jungle:MC|JungleHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Overgrown Cliffs:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Tropical Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Oasis:BOP|Origin Island:BOP|Tropical Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_PELICAN_DEFAULT <MC|Swampland:MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:TF|Twilight Swamp:TF|Twilight Stream:MC|Swampland M:TF|Fire Swamp>
S:PAVOCADO_PHOENIX_DEFAULT <>
S:PAVOCADO_PIGEON_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_ROADRUNNER_DEFAULT <MC|Desert:MC|DesertHills:MC|Savanna:MC|Savanna Plateau:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:TF|Final Plateau:MC|Savanna M:MC|Savanna Plateau M>
S:PAVOCADO_ROBIN_DEFAULT <MC|Plains:MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:MC|Savanna:MC|Savanna Plateau:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Chaparral:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Flower Field:BOP|Grassland:BOP|Grove:BOP|Land of Lakes:BOP|Lavender Fields:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Prairie:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Shrubland:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Steppe:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Pasture:BOP|Origin Island:BOP|Flower Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:MC|Sunflower Plains:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PAVOCADO_SEAGULL_DEFAULT <MC|Ocean:MC|FrozenOcean:MC|MushroomIslandShore:MC|Beach:MC|Deep Ocean:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:BOP|Coral Reef:BOP|Kelp Forest:TF|Twilight Lake>
S:PAVOCADO_SNOWPHOENIX_DEFAULT <>
S:PAVOCADO_SWAN_DEFAULT <MC|River:MC|FrozenRiver:MC|MushroomIslandShore:MC|Beach:MC|Stone Beach:MC|Cold Beach:BOP|Gravel Beach:BOP|White Beach:BOP|Origin Beach:TF|Twilight Stream>
S:PAVOCADO_TOUCAN_DEFAULT <MC|Jungle:MC|JungleHills:MC|JungleEdge:BOP|Bamboo Forest:BOP|Bayou:BOP|Eucalyptus Forest:BOP|Overgrown Cliffs:BOP|Rainforest:BOP|Sacred Springs:BOP|Tropical Rainforest:BOP|Oasis:BOP|Tropical Island:BOP|Visceral Heap:PROSPECTOR|Mini Jungle:MC|Jungle M:MC|JungleEdge M>
S:PAVOCADO_TWILIGHTPHOENIX_DEFAULT <>
S:PAVOCADO_VULTURE_DEFAULT <MC|Desert:MC|DesertHills:MC|Mesa:MC|Mesa Plateau F:MC|Mesa Plateau:BOP|Lush Desert:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:BOP|Oasis:BOP|Corrupted Sands:MC|Desert M:MC|Extreme Hills M:MC|Taiga M:TF|Final Plateau:MC|Jungle M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Extreme Hills+ M:MC|Savanna M:MC|Mesa (Bryce):MC|Mesa Plateau M>
S:PAVOCADO_WATERPHOENIX_DEFAULT <>
S:PAVOCADO_WOODPECKER_DEFAULT <MC|Forest:MC|Taiga:MC|ForestHills:MC|TaigaHills:MC|JungleEdge:MC|Birch Forest:MC|Birch Forest Hills:MC|Roofed Forest:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Mega Taiga:MC|Mega Taiga Hills:MC|Extreme Hills+:BOP|Bamboo Forest:BOP|Bog:BOP|Boreal Forest:BOP|Cherry Blossom Grove:BOP|Coniferous Forest:BOP|Dead Forest:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grove:BOP|Land of Lakes:BOP|Maple Woods:BOP|Meadow:BOP|Mountain:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Orchard:BOP|Rainforest:BOP|RedwoodForest:BOP|Sacred Springs:BOP|Seasonal Forest:BOP|Shield:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|Temperate Rainforest:BOP|Wetland:BOP|Woodland:BOP|AlpsFoothills:BOP|MountainFoothills:BOP|RedwoodForestEdge:BOP|Origin Island:TC|Magical Forest:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Snowy Forest:TF|Oak Savanna:TF|Firefly Forest:MC|Flower Forest:MC|Taiga M:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Dark Forest Center:TF|Spooky Forest:MOC|WyvernLair:MC|Birch Forest M:MC|Birch Forest Hills M:MC|Roofed Forest M:MC|Cold Taiga M:MC|Mega Spruce Taiga:MC|Redwood Taiga Hills M>
S:PLAINS <BOP|Chaparral:BOP|Flower Field:BOP|Flower Island:BOP|Grassland:BOP|Grove:BOP|Lavender Fields:BOP|Meadow:BOP|Orchard:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Steppe:MC|Plains:MC|Savanna:MC|Savanna Plateau:MC|Sunflower Plains:TF|Twilight Clearing>
S:PL_SWARM_DEFAULT <>
S:PROGWML6_IMP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:PROGWML6_NITROCREEPER_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:RARE <BOP|Mystic Grove:BOP|Ominous Woods:BOP|Origin Beach:BOP|Origin Island:BOP|Sacred Springs:MC|Birch Forest Hills M:MC|Birch Forest M:MC|Cold Taiga M:MC|Desert M:MC|Extreme Hills M:MC|Extreme Hills+ M:MC|Flower Forest:MC|Ice Plains Spikes:MC|Jungle M:MC|JungleEdge:MC|JungleEdge M:MC|Mega Spruce Taiga:MC|Mesa (Bryce):MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|MushroomIsland:MC|MushroomIslandShore:MC|Redwood Taiga Hills M:MC|Roofed Forest M:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:MC|Sunflower Plains:MC|Swampland M:MC|Taiga M>
S:RIVER <MC|FrozenRiver:MC|River:TF|Twilight Stream>
S:SANDY <BOP|Corrupted Sands:BOP|Lush Desert:BOP|Oasis:BOP|Outback:BOP|Steppe:BOP|Xeric Shrubland:MC|Desert:MC|Desert M:MC|DesertHills:MC|Mesa:MC|Mesa Plateau:MC|Mesa Plateau F>
S:SAVANNA <BOP|Brushland:BOP|Lush Desert:BOP|Outback:BOP|Xeric Shrubland:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M>
S:SLIMEKNIGHTS_BLUESLIME_DEFAULT <>
S:SNOWY <BOP|Alps:BOP|AlpsFoothills:BOP|Cold Desert:BOP|Glacier:BOP|Snowy Coniferous Forest:BOP|Snowy Forest:BOP|SnowyTundra:MC|Cold Beach:MC|Cold Taiga:MC|Cold Taiga Hills:MC|Cold Taiga M:MC|FrozenOcean:MC|FrozenRiver:MC|Ice Mountains:MC|Ice Plains:MC|Ice Plains Spikes:TF|Snowy Forest:TF|Twilight Glacier>
S:SPARSE <BOP|AlpsFoothills:BOP|Brushland:BOP|Dead Forest:BOP|Dead Swamp:BOP|Grove:BOP|Lush Desert:BOP|Meadow:BOP|Mountain:BOP|MountainFoothills:BOP|Oasis:BOP|Outback:BOP|Pasture:BOP|Prairie:BOP|Shrubland:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Tundra:BOP|Wasteland:BOP|Xeric Shrubland:MC|Extreme Hills M:MC|Extreme Hills+:MC|Extreme Hills+ M:MC|JungleEdge M:MC|Mesa (Bryce):MC|Mesa Plateau F:MC|Mesa Plateau F M:MC|Mesa Plateau M:MC|Savanna:MC|Savanna M:MC|Savanna Plateau:MC|Savanna Plateau M:TF|Oak Savanna:TF|Twilight Clearing>
S:SPOOKY <BOP|Dead Swamp:BOP|Ominous Woods:BOP|Phantasmagoric Inferno:MC|Roofed Forest:MC|Roofed Forest M:TC|Eerie:TC|Outer Lands:TF|Dark Forest:TF|Dark Forest Center:TF|Spooky Forest>
S:SWAMP <BOP|Bayou:BOP|Bog:BOP|Dead Swamp:BOP|Fen:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Moor:BOP|Quagmire:BOP|Wetland:MC|Swampland:MC|Swampland M:TF|Fire Swamp:TF|Twilight Swamp>
S:TC_ARCANEBORE_DEFAULT <>
S:TC_BRAINYZOMBIE_DEFAULT <MC|Plains:MC|Extreme Hills:MC|Forest:MC|Taiga:MC|Swampland:MC|Ice Plains:MC|Birch Forest:MC|Roofed Forest:MC|Cold Taiga:TC|Magical Forest:TC|Eerie:PROSPECTOR|Mini Jungle>
S:TC_CULTISTCLERIC_DEFAULT <>
S:TC_CULTISTKNIGHT_DEFAULT <>
S:TC_CULTISTLEADER_DEFAULT <>
S:TC_CULTISTPORTALGREATER_DEFAULT <>
S:TC_CULTISTPORTALLESSER_DEFAULT <>
S:TC_ELDRITCHCRAB_DEFAULT <>
S:TC_ELDRITCHGOLEM_DEFAULT <>
S:TC_ELDRITCHGUARDIAN_DEFAULT <TC|Eerie:TC|Outer Lands>
S:TC_ELDRITCHWARDEN_DEFAULT <>
S:TC_FIREBAT_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap>
S:TC_GIANTBRAINYZOMBIE_DEFAULT <TC|Eerie>
S:TC_GOLEM_DEFAULT <>
S:TC_INHABITEDZOMBIE_DEFAULT <TC|Outer Lands>
S:TC_MINDSPIDER_DEFAULT <>
S:TC_PECH_DEFAULT <BOP|Cherry Blossom Grove:BOP|Crag:BOP|Lavender Fields:BOP|Mystic Grove:BOP|Ominous Woods:BOP|Sacred Springs:BOP|Flower Island:BOP|Phantasmagoric Inferno:TC|Magical Forest:TC|Eerie:TC|Outer Lands:TF|Enchanted Forest>
S:TC_SPELLBAT_DEFAULT <>
S:TC_TAINTACLEGIANT_DEFAULT <>
S:TC_TAINTACLETINY_DEFAULT <>
S:TC_TAINTACLE_DEFAULT <>
S:TC_TAINTCRAWLER_DEFAULT <>
S:TC_TAINTSEEDPRIME_DEFAULT <>
S:TC_TAINTSEED_DEFAULT <>
S:TC_TAINTSWARM_DEFAULT <>
S:TC_THAUMSLIME_DEFAULT <>
S:TC_TURRETADVANCED_DEFAULT <>
S:TC_TURRETBASIC_DEFAULT <>
S:TC_WISP_DEFAULT <MC|Hell:BOP|Corrupted Sands:BOP|Fungi Forest:BOP|Phantasmagoric Inferno:BOP|Undergarden:BOP|Visceral Heap:TC|Magical Forest:TC|Eerie>
S:TF_ADHERENT_DEFAULT <>
S:TF_ARMOREDGIANT_DEFAULT <>
S:TF_BIGHORNSHEEP_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_BLOCKCHAINGOBLIN_DEFAULT <>
S:TF_BOGGARD_DEFAULT <>
S:TF_BUNNY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_CASTLEGUARDIAN_DEFAULT <>
S:TF_DEATHTOME_DEFAULT <>
S:TF_DEER_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_FIREBEETLE_DEFAULT <>
S:TF_FIREFLY_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Twilight Stream:TF|Snowy Forest:TF|Twilight Glacier:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Thornlands:TF|Spooky Forest>
S:TF_GIANTMINER_DEFAULT <>
S:TF_GOBLINKNIGHTLOWER_DEFAULT <>
S:TF_GOBLINKNIGHTUPPER_DEFAULT <>
S:TF_HARBINGERCUBE_DEFAULT <>
S:TF_HEDGESPIDER_DEFAULT <>
S:TF_HELMETCRAB_DEFAULT <>
S:TF_HOSTILEWOLF_DEFAULT <>
S:TF_HYDRAHEAD_DEFAULT <>
S:TF_HYDRA_DEFAULT <>
S:TF_ICECRYSTAL_DEFAULT <>
S:TF_KINGSPIDER_DEFAULT <>
S:TF_KNIGHTPHANTOM_DEFAULT <>
S:TF_KOBOLD_DEFAULT <>
S:TF_LICHMINION_DEFAULT <>
S:TF_LICH_DEFAULT <>
S:TF_LOYALZOMBIE_DEFAULT <>
S:TF_MAZESLIME_DEFAULT <>
S:TF_MINIGHAST_DEFAULT <>
S:TF_MINOSHROOM_DEFAULT <>
S:TF_MINOTAUR_DEFAULT <>
S:TF_MISTWOLF_DEFAULT <>
S:TF_MOSQUITOSWARM_DEFAULT <>
S:TF_NAGA_DEFAULT <>
S:TF_PENGUIN_DEFAULT <TF|Twilight Glacier>
S:TF_PINCHBEETLE_DEFAULT <>
S:TF_QUESTRAM_DEFAULT <>
S:TF_RAVEN_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Final Plateau:TF|Spooky Forest>
S:TF_REDCAPSAPPER_DEFAULT <>
S:TF_REDCAP_DEFAULT <>
S:TF_RISINGZOMBIE_DEFAULT <>
S:TF_ROVINGCUBE_DEFAULT <>
S:TF_SKELETONDRUID_DEFAULT <TF|Spooky Forest>
S:TF_SLIMEBEETLE_DEFAULT <>
S:TF_SNOWGUARDIAN_DEFAULT <>
S:TF_SNOWQUEEN_DEFAULT <>
S:TF_SQUIRREL_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_STABLEICECORE_DEFAULT <>
S:TF_SWARMSPIDER_DEFAULT <>
S:TF_TINYBIRD_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_TOWERBROODLING_DEFAULT <>
S:TF_TOWERGHAST_DEFAULT <>
S:TF_TOWERGOLEM_DEFAULT <>
S:TF_TOWERTERMITE_DEFAULT <>
S:TF_TROLL_DEFAULT <>
S:TF_UNSTABLEICECORE_DEFAULT <>
S:TF_URGHAST_DEFAULT <>
S:TF_WILDBOAR_DEFAULT <TF|Twilight Lake:TF|Twilight Forest:TF|Dense Twilight Forest:TF|Twilight Highlands:TF|Mushroom Forest:TF|Twilight Swamp:TF|Snowy Forest:TF|Twilight Clearing:TF|Oak Savanna:TF|Firefly Forest:TF|Deep Mushroom Forest:TF|Dark Forest:TF|Enchanted Forest:TF|Fire Swamp:TF|Dark Forest Center:TF|Spooky Forest>
S:TF_WINTERWOLF_DEFAULT <>
S:TF_WRAITH_DEFAULT <>
S:TF_YETIALPHA_DEFAULT <>
S:TF_YETI_DEFAULT <>
S:TWILIGHT <TF|Dark Forest:TF|Dark Forest Center:TF|Deep Mushroom Forest:TF|Dense Twilight Forest:TF|Enchanted Forest:TF|Final Plateau:TF|Fire Swamp:TF|Firefly Forest:TF|Mushroom Forest:TF|Oak Savanna:TF|Snowy Forest:TF|Spooky Forest:TF|Thornlands:TF|Twilight Clearing:TF|Twilight Forest:TF|Twilight Glacier:TF|Twilight Highlands:TF|Twilight Lake:TF|Twilight Stream:TF|Twilight Swamp>
S:VAZKII_DOPPLEGANGER_DEFAULT <>
S:VAZKII_PINKWITHER_DEFAULT <>
S:VAZKII_PIXIE_DEFAULT <>
S:VOID <MC|The Void>
S:WASTELAND <BOP|Crag:BOP|Glacier:BOP|Phantasmagoric Inferno:BOP|Quagmire:BOP|SnowyTundra:BOP|Tundra:BOP|Volcanic Island:BOP|Wasteland:MC|Ice Plains:TF|Final Plateau:TF|Fire Swamp:TF|Thornlands:TF|Twilight Glacier>
S:WATER <BOP|Coral Reef:BOP|Flower Island:BOP|Kelp Forest:BOP|Mangrove:BOP|Origin Island:BOP|Tropical Island:BOP|Volcanic Island:MC|Deep Ocean:MC|FrozenOcean:MC|FrozenRiver:MC|Ocean:MC|River:TF|Twilight Lake:TF|Twilight Stream>
S:WAYOFTIME_CORRUPTEDCHICKEN_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSHEEP_DEFAULT <>
S:WAYOFTIME_CORRUPTEDSPIDER_DEFAULT <>
S:WAYOFTIME_CORRUPTEDZOMBIE_DEFAULT <>
S:WAYOFTIME_MIMIC_DEFAULT <>
S:WAYOFTIME_SENTIENTSPECTER_DEFAULT <>
S:WET <BOP|Bamboo Forest:BOP|Bayou:BOP|Bog:BOP|Cherry Blossom Grove:BOP|Dead Swamp:BOP|Eucalyptus Forest:BOP|Fen:BOP|Grassland:BOP|Grove:BOP|Highland:BOP|Land of Lakes:BOP|Lush Swamp:BOP|Mangrove:BOP|Marsh:BOP|Meadow:BOP|Moor:BOP|Mystic Grove:BOP|Oasis:BOP|Ominous Woods:BOP|Overgrown Cliffs:BOP|Quagmire:BOP|Rainforest:BOP|Sacred Springs:BOP|Shield:BOP|Snowy Forest:BOP|SnowyTundra:BOP|Temperate Rainforest:BOP|Tropical Island:BOP|Tropical Rainforest:BOP|Tundra:BOP|Visceral Heap:BOP|Wetland:MC|Jungle:MC|Jungle M:MC|JungleEdge:MC|JungleHills:MC|Swampland:MC|Swampland M:PROSPECTOR|Mini Jungle:TF|Twilight Swamp>
}

View File

@ -0,0 +1,77 @@
# Configuration file
####################
# ambient
####################
ambient {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=20
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# creature
####################
creature {
D:chunkgenspawnchance=0.1
I:mobspawnrange=8
S:shouldseesky=true
I:spawncap=40
I:spawntickrate=400
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# monster
####################
monster {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=70
I:spawntickrate=1
I:maxspawnheight=256
I:minspawnheight=0
}
####################
# underground
####################
underground {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=false
I:spawncap=15
I:spawntickrate=400
I:maxspawnheight=63
I:minspawnheight=0
}
####################
# water_creature
####################
water_creature {
D:chunkgenspawnchance=0.0
I:mobspawnrange=8
S:shouldseesky=UNDEFINED
I:spawncap=25
I:spawntickrate=100
I:maxspawnheight=256
I:minspawnheight=0
}

Some files were not shown because too many files have changed in this diff Show More