# 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=8.0
chance_for_site_normal=8.0

tries_per_chunk_nether=2
chance_to_spawn_nether=8
chance_for_site_nether=8
disableRuinSpawnCoordsLogging=true

# minimum distance a template must have from instances of itself
templateInstancesMinDistance=512
# minimum distance a template must have from any other template
anyRuinsMinDistance=200
# 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_frozen_ocean=45
specific_dead_forest=45
specific_corrupted_sands=45
specific_polar_chasm=45
specific_enchanted_forest=45
specific_mutated_mesa=45
specific_prairie=45
specific_snowy_coniferous_forest=45
specific_kelp_forest=45
specific_hills_defiled=45
specific_wetland=45
specific_desert_defiled=45
specific_twilight_clearing=45
specific_mushroom_forest=45
specific_temperate_rainforest=45
specific_void=45
specific_extreme_hills_with_trees=45
specific_lush_swamp=45
specific_alps=45
specific_desert_hills=45
specific_shield=45
specific_beaches=45
specific_mutated_mesa_clear_rock=45
specific_ice_plains_defiled=45
specific_twilight_highlands=45
specific_jungle_hills=45
specific_mushroom_island_shore=45
specific_frozen_river=45
specific_mutated_extreme_hills=45
specific_snowy_forest=45
specific_deep_ocean=45
specific_alps_foothills=45
specific_glacier=45
specific_mutated_savanna_rock=45
specific_seasonal_forest=45
specific_river=45
specific_outback=45
specific_mutated_redwood_taiga=45
specific_redwood_forest=45
specific_cold_beach=45
specific_woodland=45
specific_fungi_forest=45
specific_tropical_island=45
specific_coral_reef=45
specific_origin_island=45
specific_ice_mountains=45
specific_mutated_forest=45
specific_mutated_extreme_hills_with_trees=45
specific_sky=45
specific_mutated_roofed_forest=45
specific_fen=45
specific_undergarden=45
specific_mushroom_island=45
specific_mutated_swampland=45
specific_mountain_foothills=45
specific_maple_woods=45
specific_plains=45
specific_mutated_savanna=45
specific_white_beach=45
specific_chaparral=45
specific_mutated_redwood_taiga_hills=45
specific_thornlands=45
specific_birch_forest_hills=45
specific_marsh=45
specific_meadow=45
specific_mutated_desert=45
specific_flower_island=45
specific_mesa=45
specific_mystic_grove=45
specific_ice_flats=45
specific_grove=45
specific_steppe=45
specific_jungle=45
specific_ocean=45
specific_taiga_cold=45
specific_swamp_defiled=45
specific_oak_savannah=45
specific_dark_forest=45
specific_ominous_woods=45
specific_sacred_springs=45
specific_forest_vilespine=45
specific_mutated_ice_flats=45
specific_gravel_beach=45
specific_tundra=45
specific_grassland=45
specific_taiga=45
specific_taiga_hills=45
specific_redwood_taiga_hills=45
specific_orchard=45
specific_jungle_edge=45
specific_savanna=45
specific_redwood_taiga=45
specific_cold_desert=45
specific_flower_field=45
specific_ruthless_sands=45
specific_mesa_clear_rock=45
specific_bayou=45
specific_torrid_wasteland=45
specific_savanna_rock=45
specific_twilight_lake=45
specific_forest_tenebra=45
specific_arctic_abyss=45
specific_fire_swamp=45
specific_boreal_forest=45
specific_coniferous_forest=45
specific_forest=45
specific_highland=45
specific_extreme_hills=45
specific_eucalyptus_forest=45
specific_mountain=45
specific_twilight_stream=45
specific_smaller_extreme_hills=45
specific_twilight_forest=45
specific_wasteland=45
specific_desert=45
specific_hell=45
specific_land_of_lakes=45
specific_mangrove=45
specific_stone_beach=45
specific_twilight_swamp=45
specific_bog=45
specific_roofed_forest=45
specific_moor=45
specific_mesa_rock=45
specific_wizardry_underworld=45
specific_volcanic_island=45
specific_phantasmagoric_inferno=45
specific_quagmire=45
specific_firefly_forest=45
specific_highlands_center=45
specific_deep_mushroom_forest=45
specific_mutated_jungle=45
specific_plains_defiled=45
specific_dense_twilight_forest=45
specific_mutated_birch_forest_hills=45
specific_oasis=45
specific_tropical_rainforest=45
specific_dead_swamp=45
specific_hell=45
specific_forest_hills=45
specific_mutated_mesa_rock=45
specific_taiga_cold_hills=45
specific_visceral_heap=45
specific_xeric_shrubland=45
specific_mutated_taiga_cold=45
specific_bamboo_forest=45
specific_overgrown_cliffs=45
specific_shrubland=45
specific_mutated_jungle_edge=45
specific_cherry_blossom_grove=45
specific_dark_forest_center=45
specific_swampland=45
specific_birch_forest=45
specific_rose land=45
specific_fungi_forest=45
specific_mutated_plains=45
specific_snowy_forest=45
specific_rainforest=45
specific_crag=45
specific_brushland=45
specific_tulip land=45
specific_lavender_fields=45
specific_lush_desert=45
specific_twilight_glacier=45
specific_mutated_taiga=45
specific_mutated_birch_forest=45
