# Global Options for the Ruins mod
#
# tries_per_chunk is the number of times, per chunk, that the generator will
#     attempt to create a ruin.
#
# chance_to_spawn is the chance, out of 100, that a ruin will be generated per
#     try in this chunk.  This may still fail if the ruin does not have a
#     suitable place to generate.
#
# chance_for_site is the chance, out of 100, that another ruin will attempt to
#     spawn nearby if a ruin was already successfully spawned.  This bypasses
#     the normal tries per chunk, so if this chance is set high you may end up
#     with a lot of ruins even with a low tries per chunk and chance to spawn.
#
# specific_<biome name> is the chance, out of 100, that a ruin spawning in the
#     specified biome will be chosen from the biome specific folder.  If not,
#     it will choose a generic ruin from the folder of the same name.

tries_per_chunk_normal=3
chance_to_spawn_normal=10.0
chance_for_site_normal=15.0

tries_per_chunk_nether=6
chance_to_spawn_nether=10
chance_for_site_nether=15
disableRuinSpawnCoordsLogging=true

# minimum distance a template must have from instances of itself
templateInstancesMinDistance=256
# minimum distance a template must have from any other template
anyRuinsMinDistance=64
# dimension IDs whitelisted for ruins spawning, add custom dimensions IDs here as needed
allowedDimensions=0,1,-1

# tileentity blocks, those (nonvanilla)blocks which cannot function without storing their nbt data, full name as stick dictates, seperated by commata
teblocks=

specific_Savanna M=50
specific_Birch Forest Hills=50
specific_FrozenRiver=50
specific_Extreme Hills M=50
specific_Prairie=50
specific_Rainforest=50
specific_Extreme Hills+=50
specific_Shield=50
specific_Flower Forest=50
specific_River=50
specific_Cold Taiga M=50
specific_Redwood Taiga Hills M=50
specific_Roofed Forest M=50
specific_The End=50
specific_Sunflower Plains=50
specific_Snowy Forest=50
specific_Tropical Island=50
specific_Birch Forest M=50
specific_MushroomIslandShore=50
specific_Cold Desert=50
specific_Stone Beach=50
specific_Cold Beach=50
specific_Swampland=50
specific_Desert=50
specific_Flower Island=50
specific_Lavender Fields=50
specific_Mountain Foothills=50
specific_Tundra=50
specific_Mystic Grove=50
specific_Taiga M=50
specific_Brushland=50
specific_Ice Mountains=50
specific_Birch Forest Hills M=50
specific_Cherry Blossom Grove=50
specific_Lush Swamp=50
specific_Tropical Rainforest=50
specific_Deep Ocean=50
specific_Shrubland=50
specific_Woodland=50
specific_Land of Lakes=50
specific_Origin Island=50
specific_TaigaHills=50
specific_Eucalyptus Forest=50
specific_Ice Plains=50
specific_Cold Taiga=50
specific_DesertHills=50
specific_Extreme Hills+ M=50
specific_Grove=50
specific_Moor=50
specific_Mesa=50
specific_Mesa (Bryce)=50
specific_Gravel Beach=50
specific_Jungle=50
specific_Mega Taiga=50
specific_Overgrown Cliffs=50
specific_Birch Forest=50
specific_Savanna=50
specific_Mesa Plateau F=50
specific_Beach=50
specific_Extreme Hills Edge=50
specific_Swampland M=50
specific_Forest=50
specific_Orchard=50
specific_Dead Swamp=50
specific_Savanna Plateau M=50
specific_Wasteland=50
specific_Bayou=50
specific_The Void=50
specific_Alps=50
specific_FrozenOcean=50
specific_Plains=50
specific_Wetland=50
specific_Oasis=50
specific_Bamboo Forest=50
specific_Lush Desert=50
specific_Highland=50
specific_Dead Forest=50
specific_Mining Biome=50
specific_Volcanic Island=50
specific_Flower Field=50
specific_Steppe=50
specific_Chaparral=50
specific_Ocean=50
specific_Grassland=50
specific_Ice Plains Spikes=50
specific_Savanna Plateau=50
specific_Mega Taiga Hills=50
specific_Temperate Rainforest=50
specific_JungleHills=50
specific_Mesa Plateau=50
specific_Coniferous Forest=50
specific_Coral Reef=50
specific_Crag=50
specific_Extreme Hills=50
specific_Glacier=50
specific_ForestHills=50
specific_Desert M=50
specific_Redwood Forest=50
specific_Meadow=50
specific_Bog=50
specific_WitchwoodForest=50
specific_Xeric Shrubland=50
specific_Mountain Peaks=50
specific_Mesa Plateau F M=50
specific_Maple Woods=50
specific_Roofed Forest=50
specific_JungleEdge M=50
specific_Snowy Coniferous Forest=50
specific_Kelp Forest=50
specific_Boreal Forest=50
specific_Outback=50
specific_Seasonal Forest=50
specific_Cold Taiga Hills=50
specific_Mega Spruce Taiga=50
specific_Quagmire=50
specific_Ominous Woods=50
specific_Mangrove=50
specific_Mesa Plateau M=50
specific_Heathland=50
specific_MushroomIsland=50
specific_Hell=50
specific_Taiga=50
specific_Sacred Springs=50
specific_Marsh=50
specific_Fen=50
specific_Jungle M=50
specific_JungleEdge=50
