nuevos mods de generación

This commit is contained in:
Isma 2024-01-25 23:39:51 +01:00
parent b05b105adb
commit ed86ca5034
8 changed files with 869 additions and 0 deletions

View File

@ -0,0 +1,65 @@
{
"auroral_garden_enabled": false,
"bayou_enabled": false,
"bog_enabled": false,
"clover_patch_enabled": false,
"cold_desert_enabled": false,
"coniferous_forest_enabled": false,
"crag_enabled": false,
"crystalline_chasm_enabled": false,
"dead_forest_enabled": false,
"dryland_enabled": false,
"dune_beach_enabled": false,
"erupting_inferno_enabled": true,
"field_enabled": false,
"fir_clearing_enabled": false,
"floodplain_enabled": false,
"forested_field_enabled": false,
"fungal_jungle_enabled": false,
"glowing_grotto_enabled": false,
"grassland_enabled": false,
"highland_enabled": false,
"jade_cliffs_enabled": false,
"lavender_field_enabled": false,
"lavender_forest_enabled": false,
"lush_desert_enabled": false,
"lush_savanna_enabled": false,
"maple_woods_enabled": false,
"marsh_enabled": false,
"mediterranean_forest_enabled": false,
"moor_enabled": false,
"muskeg_enabled": false,
"mystic_grove_enabled": false,
"old_growth_dead_forest_enabled": false,
"old_growth_woodland_enabled": false,
"ominous_woods_enabled": false,
"orchard_enabled": false,
"origin_valley_enabled": false,
"pasture_enabled": false,
"prairie_enabled": false,
"pumpkin_patch_enabled": false,
"rainforest_enabled": false,
"redwood_forest_enabled": false,
"rocky_rainforest_enabled": false,
"rocky_shrubland_enabled": false,
"scrubland_enabled": false,
"seasonal_forest_enabled": false,
"seasonal_orchard_enabled": false,
"shrubland_enabled": false,
"snowblossom_grove_enabled": false,
"snowy_coniferous_forest_enabled": false,
"snowy_fir_clearing_enabled": false,
"snowy_maple_woods_enabled": false,
"spider_nest_enabled": true,
"tropics_enabled": false,
"tundra_enabled": false,
"undergrowth_enabled": false,
"visceral_heap_enabled": true,
"volcanic_plains_enabled": false,
"volcano_enabled": false,
"wasteland_enabled": false,
"wasteland_steppe_enabled": false,
"wetland_enabled": false,
"withered_abyss_enabled": false,
"woodland_enabled": false
}

View File

@ -0,0 +1,19 @@
#World generation related options.
[overworld]
#The weighting of primary bop biome regions in the overworld.
#Range: > 0
bop_primary_overworld_region_weight = 10
#The weighting of secondary bop biome regions in the overworld.
#Range: > 0
bop_secondary_overworld_region_weight = 8
#The weighting of bop biome regions in the nether.
#Range: > 0
bop_nether_region_weight = 13
#The weighting of rare bop biome regions in the overworld.
#Range: > 0
bop_overworld_rare_region_weight = 2
#The weighting of rare bop biome regions in the nether.
#Range: > 0
bop_nether_rare_region_weight = 2

View File

@ -0,0 +1,119 @@
#Config for Regions Unexplored!
[region_configs]
#Enable this before changing the other region config files. If disabled, RU will use builtin biome placement.
toggle_custom_regions = false
#Sets Terrablender region weight for the primary region.
#Range: 0 ~ 2147483646
primary_region_weight = 11
#Sets Terrablender region weight for the secondary region.
#Range: 0 ~ 2147483646
secondary_region_weight = 8
#Sets Terrablender region weight for the rare region.
#Range: 0 ~ 2147483646
rare_region_weight = 1
#Sets Terrablender region weight for Nether region.
#Range: 0 ~ 2147483646
nether_region_weight = 14
[biome_toggles]
#overworld_biomes
toggle_alpha_grove = false
toggle_arid_mountains = false
toggle_smouldering_woodland = false
toggle_autumnal_maple_forest = false
toggle_bamboo_forest = false
toggle_baobab_savanna = false
toggle_barley_fields = false
toggle_bayou = false
toggle_blackwood_taiga = false
toggle_boreal_taiga = false
toggle_chalk_cliffs = false
toggle_clover_plains = false
toggle_cold_boreal_taiga = false
toggle_cold_deciduous_forest = false
toggle_cold_river = false
toggle_deciduous_forest = false
toggle_dry_bushland = false
toggle_eucalyptus_forest = false
toggle_fen = false
toggle_flower_field = false
toggle_frozen_pine_taiga = false
toggle_frozen_tundra = false
toggle_fungal_fen = false
toggle_golden_boreal_taiga = false
toggle_grassland = false
toggle_grassy_beach = false
toggle_gravel_beach = false
toggle_highland_fields = false
toggle_hyacinth_deeps = false
toggle_icy_desert = false
toggle_icy_heights = false
toggle_joshua_desert = false
toggle_magnolia_woodland = false
toggle_maple_forest = false
toggle_marsh = false
toggle_mauve_hills = false
toggle_meadow = false
toggle_mountains = false
toggle_muddy_river = false
toggle_old_growth_bayou = false
toggle_orchard = false
toggle_outback = false
toggle_pine_slopes = false
toggle_pine_taiga = false
toggle_poppy_fields = false
toggle_prairie = false
toggle_pumpkin_fields = false
toggle_rainforest = false
toggle_rocky_reef = false
toggle_redwoods = false
toggle_saguaro_desert = true
toggle_shrubland = false
toggle_silver_birch_forest = false
toggle_sparse_rainforest = false
toggle_sparse_redwoods = false
toggle_spires = false
toggle_steppe = false
toggle_temperate_grove = false
toggle_towering_cliffs = false
toggle_tropical_river = false
toggle_tropics = false
toggle_willow_forest = false
#cave_biomes
toggle_ancient_delta = false
toggle_bioshroom_caves = false
toggle_prismachasm = false
toggle_redstone_caves = false
toggle_scorching_caves = true
#nether_biomes
toggle_blackstone_basin = false
toggle_glistering_meadow = true
toggle_infernal_holt = true
toggle_mycotoxic_undergrowth = true
toggle_redstone_hell = true
[worldgen_options]
#surface_rules
toggle_custom_dirt = true
[client_options]
toggle_mauve_leaves_particles = true
toggle_blue_magnolia_leaves_particles = true
toggle_pink_magnolia_leaves_particles = true
toggle_white_magnolia_leaves_particles = true
toggle_red_maple_leaves_particles = true
toggle_orange_maple_leaves_particles = true
toggle_silver_birch_leaves_particles = true
toggle_enchanted_birch_leaves_particles = true
#block_color_options
#Sets Eucalyptus colour transition size. Bigger number = bigger distance between colours.
#Range: 0.0 ~ 200.0
eucalyptus_transition_size = 25.0
#Sets Eucalyptus colour saturation.
#Range: 0.0 ~ 1.0
eucalyptus_saturation = 0.5
#Sets Eucalyptus colour saturation.
#Range: 0.0 ~ 1.0
eucalyptus_brightness = 0.8

View File

@ -0,0 +1,333 @@
#Config for Regions Unexplored primary region!
#NOTICE: Make sure 'enable_custom_regions' is enabled in Common configs or this config will have no effect on generation!
#If you have custom regions enabled: to get future update biomes to spawn, you will either need to delete the config and let it regen, or add the new biomes manually.
[-----------------MIDDLE_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:frozen_tundra"
icy_dry = "regions_unexplored:frozen_tundra"
icy_neutral = "regions_unexplored:frozen_pine_taiga"
icy_wet = "regions_unexplored:cold_boreal_taiga"
icy_humid = "regions_unexplored:cold_boreal_taiga"
#cool_biomes
cool_arid = "regions_unexplored:pumpkin_fields"
cool_dry = "regions_unexplored:autumnal_maple_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:orchard"
neutral_dry = "regions_unexplored:shrubland"
neutral_neutral = "regions_unexplored:temperate_grove"
neutral_wet = "regions_unexplored:pine_taiga"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:barley_fields"
warm_dry = "regions_unexplored:prairie"
warm_neutral = "regions_unexplored:grassland"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:redwoods"
#hot_biomes
hot_arid = "regions_unexplored:baobab_savanna"
hot_dry = "regions_unexplored:baobab_savanna"
hot_neutral = "regions_unexplored:saguaro_desert"
hot_wet = "regions_unexplored:outback"
hot_humid = "regions_unexplored:eucalyptus_forest"
[-----------------MIDDLE_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "regions_unexplored:frozen_pine_taiga"
icy_dry = "regions_unexplored:frozen_tundra"
icy_neutral = "regions_unexplored:frozen_tundra"
icy_wet = "regions_unexplored:cold_boreal_taiga"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:autumnal_maple_forest"
cool_dry = "regions_unexplored:autumnal_maple_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:golden_boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:orchard"
neutral_dry = "regions_unexplored:shrubland"
neutral_neutral = "regions_unexplored:temperate_grove"
neutral_wet = "regions_unexplored:pine_taiga"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:prairie"
warm_dry = "regions_unexplored:deciduous_forest"
warm_neutral = "regions_unexplored:grassland"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:baobab_savanna"
hot_dry = "regions_unexplored:baobab_savanna"
hot_neutral = "regions_unexplored:saguaro_desert"
hot_wet = "regions_unexplored:outback"
hot_humid = "regions_unexplored:eucalyptus_forest"
[-----------------PLATEAU_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:cold_boreal_taiga"
#cool_biomes
cool_arid = "regions_unexplored:autumnal_maple_forest"
cool_dry = "regions_unexplored:autumnal_maple_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:highland_fields"
neutral_dry = "regions_unexplored:highland_fields"
neutral_neutral = "regions_unexplored:highland_fields"
neutral_wet = "regions_unexplored:highland_fields"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:barley_fields"
warm_dry = "regions_unexplored:deciduous_forest"
warm_neutral = "regions_unexplored:deciduous_forest"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:saguaro_desert"
hot_wet = "regions_unexplored:eucalyptus_forest"
hot_humid = "regions_unexplored:eucalyptus_forest"
[-----------------PLATEAU_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:autumnal_maple_forest"
cool_dry = "regions_unexplored:autumnal_maple_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:golden_boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:orchard"
neutral_dry = "regions_unexplored:highland_fields"
neutral_neutral = "regions_unexplored:temperate_grove"
neutral_wet = "regions_unexplored:pine_taiga"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:deciduous_forest"
warm_dry = "regions_unexplored:deciduous_forest"
warm_neutral = "regions_unexplored:deciduous_forest"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:saguaro_desert"
hot_wet = "regions_unexplored:eucalyptus_forest"
hot_humid = "regions_unexplored:eucalyptus_forest"
[-----------------SHATTERED_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:icy_heights"
#cool_biomes
cool_arid = "regions_unexplored:towering_cliffs"
cool_dry = "regions_unexplored:towering_cliffs"
cool_neutral = "regions_unexplored:towering_cliffs"
cool_wet = "regions_unexplored:towering_cliffs"
cool_humid = "regions_unexplored:towering_cliffs"
#neutral_biomes
neutral_arid = "regions_unexplored:towering_cliffs"
neutral_dry = "regions_unexplored:towering_cliffs"
neutral_neutral = "regions_unexplored:towering_cliffs"
neutral_wet = "regions_unexplored:towering_cliffs"
neutral_humid = "regions_unexplored:towering_cliffs"
#warm_biomes
warm_arid = "regions_unexplored:barley_fields"
warm_dry = "regions_unexplored:deciduous_forest"
warm_neutral = "regions_unexplored:deciduous_forest"
warm_wet = "regions_unexplored:sparse_redwoods"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:saguaro_desert"
hot_wet = "regions_unexplored:eucalyptus_forest"
hot_humid = "regions_unexplored:eucalyptus_forest"
[-----------------SLOPE_BIOMES--------------------]
#slope_biomes
icy_slope_biome = "minecraft:snowy_slopes"
cold_slope_biome = "minecraft:grove"
neutral_slope_biome = "regions_unexplored:pine_slopes"
warm_slope_biome = "regions_unexplored:deciduous_forest"
hot_slope_biome = "regions_unexplored:eucalyptus_forest"
#slope_biomes_variant
icy_slope_biome_variant = "regions_unexplored:cold_deciduous_forest"
cold_slope_biome_variant = "regions_unexplored:pine_slopes"
neutral_slope_biome_variant = "regions_unexplored:pine_slopes"
warm_slope_biome_variant = "regions_unexplored:deciduous_forest"
hot_slope_biome_variant = "regions_unexplored:eucalyptus_forest"
[-----------------PEAK_BIOMES--------------------]
#peak_biomes
icy_peak_biome = "minecraft:frozen_peaks"
cold_peak_biome = "minecraft:jagged_peaks"
neutral_peak_biome = "regions_unexplored:mountains"
warm_peak_biome = "minecraft:stony_peaks"
hot_peak_biome = "regions_unexplored:arid_mountains"
#peak_biomes_variant
icy_peak_biome_variant = "minecraft:jagged_peaks"
cold_peak_biome_variant = "regions_unexplored:mountains"
neutral_peak_biome_variant = "regions_unexplored:mountains"
warm_peak_biome_variant = "minecraft:stony_peaks"
hot_peak_biome_variant = "regions_unexplored:arid_mountains"
[-----------------RIVER_BIOMES--------------------]
#icy_biomes
icy_arid = "minecraft:frozen_river"
icy_dry = "minecraft:frozen_river"
icy_neutral = "minecraft:frozen_river"
icy_wet = "minecraft:frozen_river"
icy_humid = "regions_unexplored:cold_river"
#cool_biomes
cool_arid = "regions_unexplored:cold_river"
cool_dry = "regions_unexplored:cold_river"
cool_neutral = "regions_unexplored:muddy_river"
cool_wet = "regions_unexplored:muddy_river"
cool_humid = "regions_unexplored:muddy_river"
#neutral_biomes
neutral_arid = "minecraft:river"
neutral_dry = "minecraft:river"
neutral_neutral = "minecraft:river"
neutral_wet = "minecraft:river"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "minecraft:river"
warm_dry = "minecraft:river"
warm_neutral = "minecraft:river"
warm_wet = "minecraft:river"
warm_humid = "minecraft:river"
#hot_biomes
hot_arid = "minecraft:river"
hot_dry = "minecraft:river"
hot_neutral = "regions_unexplored:tropical_river"
hot_wet = "regions_unexplored:tropical_river"
hot_humid = "regions_unexplored:tropical_river"
[-----------------RIVER_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "minecraft:frozen_river"
icy_dry = "minecraft:frozen_river"
icy_neutral = "minecraft:frozen_river"
icy_wet = "minecraft:frozen_river"
icy_humid = "regions_unexplored:cold_river"
#cool_biomes
cool_arid = "regions_unexplored:cold_river"
cool_dry = "regions_unexplored:cold_river"
cool_neutral = "regions_unexplored:muddy_river"
cool_wet = "regions_unexplored:muddy_river"
cool_humid = "regions_unexplored:muddy_river"
#neutral_biomes
neutral_arid = "minecraft:river"
neutral_dry = "minecraft:river"
neutral_neutral = "minecraft:river"
neutral_wet = "minecraft:river"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "minecraft:river"
warm_dry = "minecraft:river"
warm_neutral = "minecraft:river"
warm_wet = "minecraft:river"
warm_humid = "minecraft:river"
#hot_biomes
hot_arid = "minecraft:river"
hot_dry = "minecraft:river"
hot_neutral = "regions_unexplored:tropical_river"
hot_wet = "regions_unexplored:tropical_river"
hot_humid = "regions_unexplored:tropical_river"
[-----------------SWAMP_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:spires"
icy_dry = "regions_unexplored:spires"
icy_neutral = "regions_unexplored:spires"
icy_wet = "regions_unexplored:spires"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:fen"
cool_dry = "regions_unexplored:fen"
cool_neutral = "regions_unexplored:fen"
cool_wet = "regions_unexplored:fen"
cool_humid = "regions_unexplored:fen"
#neutral_biomes
neutral_arid = "regions_unexplored:old_growth_bayou"
neutral_dry = "regions_unexplored:bayou"
neutral_neutral = "regions_unexplored:bayou"
neutral_wet = "regions_unexplored:bayou"
neutral_humid = "regions_unexplored:old_growth_bayou"
#warm_biomes
warm_arid = "regions_unexplored:marsh"
warm_dry = "regions_unexplored:marsh"
warm_neutral = "regions_unexplored:marsh"
warm_wet = "regions_unexplored:marsh"
warm_humid = "regions_unexplored:marsh"
#hot_biomes
hot_arid = "regions_unexplored:fungal_fen"
hot_dry = "regions_unexplored:fungal_fen"
hot_neutral = "regions_unexplored:fungal_fen"
hot_wet = "regions_unexplored:fungal_fen"
hot_humid = "regions_unexplored:fungal_fen"
[-----------------OCEAN_BIOMES--------------------]
#deep_oceans
deep_icy = "regions_unexplored:hyacinth_deeps"
deep_cool = "minecraft:deep_cold_ocean"
deep_neutral = "minecraft:deep_ocean"
deep_warm = "minecraft:deep_lukewarm_ocean"
deep_hot = "minecraft:warm_ocean"
#oceans
icy = "minecraft:frozen_ocean"
cool = "minecraft:cold_ocean"
neutral = "minecraft:ocean"
warm = "minecraft:lukewarm_ocean"
hot = "regions_unexplored:rocky_reef"
[-----------------SHORE_BIOMES--------------------]
#beach_biomes
icy_beach_biome = "minecraft:snowy_beach"
cold_beach_biome = "regions_unexplored:gravel_beach"
neutral_beach_biome = "regions_unexplored:grassy_beach"
warm_beach_biome = "regions_unexplored:grassy_beach"
hot_beach_biome = "minecraft:beach"
#stone_beach_biomes
cold_stone_beach_biome = "minecraft:stony_shore"
hot_stone_beach_biome = "regions_unexplored:chalk_cliffs"
[-----------------UNDERGROUND_BIOMES--------------------]
cave_1_biome = "minecraft:lush_caves"
cave_2_biome = "minecraft:dripstone_caves"
cave_3_biome = "minecraft:deep_dark"
cave_4_biome = "regions_unexplored:bioshroom_caves"
cave_5_biome = "regions_unexplored:ancient_delta"
cave_6_biome = "regions_unexplored:prismachasm"
cave_7_biome = "regions_unexplored:redstone_caves"
cave_8_biome = "regions_unexplored:scorching_caves"
[-----------------ISLAND_BIOMES--------------------]
icy_island_biome = "regions_unexplored:alpha_grove"
cool_island_biome = "regions_unexplored:ashen_woodland"
neutral_island_biome = "regions_unexplored:ashen_woodland"
warm_island_biome = "regions_unexplored:tropics"
hot_island_biome = "regions_unexplored:tropics"
[-----------------OTHER_BIOMES--------------------]
shattered_cliff_biome = "regions_unexplored:towering_cliffs"

View File

@ -0,0 +1,333 @@
#Config for Regions Unexplored secondary region!
#NOTICE: Make sure 'enable_custom_regions' is enabled in Common configs or this config will have no effect on generation!
#If you have custom regions enabled: to get future update biomes to spawn, you will either need to delete the config and let it regen, or add the new biomes manually.
[-----------------MIDDLE_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:frozen_tundra"
icy_dry = "regions_unexplored:frozen_tundra"
icy_neutral = "regions_unexplored:frozen_pine_taiga"
icy_wet = "regions_unexplored:cold_boreal_taiga"
icy_humid = "regions_unexplored:cold_boreal_taiga"
#cool_biomes
cool_arid = "regions_unexplored:poppy_fields"
cool_dry = "regions_unexplored:silver_birch_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:flower_fields"
neutral_dry = "regions_unexplored:rocky_meadow"
neutral_neutral = "regions_unexplored:willow_forest"
neutral_wet = "regions_unexplored:clover_plains"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:mauve_hills"
warm_dry = "regions_unexplored:rocky_meadow"
warm_neutral = "regions_unexplored:bamboo_forest"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:redwoods"
#hot_biomes
hot_arid = "regions_unexplored:dry_bushland"
hot_dry = "regions_unexplored:dry_bushland"
hot_neutral = "regions_unexplored:joshua_desert"
hot_wet = "regions_unexplored:rainforest"
hot_humid = "regions_unexplored:rainforest"
[-----------------MIDDLE_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "regions_unexplored:frozen_pine_taiga"
icy_dry = "regions_unexplored:frozen_tundra"
icy_neutral = "regions_unexplored:frozen_tundra"
icy_wet = "regions_unexplored:cold_boreal_taiga"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:poppy_fields"
cool_dry = "regions_unexplored:silver_birch_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:golden_boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:flower_fields"
neutral_dry = "regions_unexplored:rocky_meadow"
neutral_neutral = "regions_unexplored:magnolia_woodland"
neutral_wet = "regions_unexplored:clover_plains"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:mauve_hills"
warm_dry = "regions_unexplored:rocky_meadow"
warm_neutral = "regions_unexplored:bamboo_forest"
warm_wet = "regions_unexplored:redwoods"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:dry_bushland"
hot_dry = "regions_unexplored:dry_bushland"
hot_neutral = "regions_unexplored:joshua_desert"
hot_wet = "regions_unexplored:rainforest"
hot_humid = "regions_unexplored:sparse_rainforest"
[-----------------PLATEAU_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:cold_boreal_taiga"
#cool_biomes
cool_arid = "regions_unexplored:poppy_fields"
cool_dry = "regions_unexplored:silver_birch_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:highland_fields"
neutral_dry = "regions_unexplored:highland_fields"
neutral_neutral = "regions_unexplored:highland_fields"
neutral_wet = "regions_unexplored:highland_fields"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:mauve_hills"
warm_dry = "regions_unexplored:magnolia_woodland"
warm_neutral = "regions_unexplored:magnolia_woodland"
warm_wet = "regions_unexplored:magnolia_woodland"
warm_humid = "regions_unexplored:redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:joshua_desert"
hot_wet = "regions_unexplored:rainforest"
hot_humid = "regions_unexplored:rainforest"
[-----------------PLATEAU_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:poppy_fields"
cool_dry = "regions_unexplored:silver_birch_forest"
cool_neutral = "regions_unexplored:maple_forest"
cool_wet = "regions_unexplored:boreal_taiga"
cool_humid = "regions_unexplored:golden_boreal_taiga"
#neutral_biomes
neutral_arid = "regions_unexplored:highland_fields"
neutral_dry = "regions_unexplored:highland_fields"
neutral_neutral = "regions_unexplored:magnolia_woodland"
neutral_wet = "regions_unexplored:clover_plains"
neutral_humid = "regions_unexplored:blackwood_taiga"
#warm_biomes
warm_arid = "regions_unexplored:mauve_hills"
warm_dry = "regions_unexplored:magnolia_woodland"
warm_neutral = "regions_unexplored:magnolia_woodland"
warm_wet = "regions_unexplored:magnolia_woodland"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:joshua_desert"
hot_wet = "regions_unexplored:rainforest"
hot_humid = "regions_unexplored:sparse_rainforest"
[-----------------SHATTERED_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:icy_heights"
icy_dry = "regions_unexplored:icy_heights"
icy_neutral = "regions_unexplored:icy_heights"
icy_wet = "regions_unexplored:icy_heights"
icy_humid = "regions_unexplored:icy_heights"
#cool_biomes
cool_arid = "regions_unexplored:towering_cliffs"
cool_dry = "regions_unexplored:towering_cliffs"
cool_neutral = "regions_unexplored:towering_cliffs"
cool_wet = "regions_unexplored:towering_cliffs"
cool_humid = "regions_unexplored:towering_cliffs"
#neutral_biomes
neutral_arid = "regions_unexplored:towering_cliffs"
neutral_dry = "regions_unexplored:towering_cliffs"
neutral_neutral = "regions_unexplored:towering_cliffs"
neutral_wet = "regions_unexplored:towering_cliffs"
neutral_humid = "regions_unexplored:towering_cliffs"
#warm_biomes
warm_arid = "regions_unexplored:magnolia_woodland"
warm_dry = "regions_unexplored:magnolia_woodland"
warm_neutral = "regions_unexplored:magnolia_woodland"
warm_wet = "regions_unexplored:magnolia_woodland"
warm_humid = "regions_unexplored:sparse_redwoods"
#hot_biomes
hot_arid = "regions_unexplored:steppe"
hot_dry = "regions_unexplored:steppe"
hot_neutral = "regions_unexplored:joshua_desert"
hot_wet = "regions_unexplored:sparse_rainforest"
hot_humid = "regions_unexplored:sparse_rainforest"
[-----------------SLOPE_BIOMES--------------------]
#slope_biomes
icy_slope_biome = "minecraft:snowy_slopes"
cold_slope_biome = "minecraft:grove"
neutral_slope_biome = "regions_unexplored:pine_slopes"
warm_slope_biome = "regions_unexplored:magnolia_woodland"
hot_slope_biome = "regions_unexplored:rainforest"
#slope_biomes_variant
icy_slope_biome_variant = "regions_unexplored:cold_deciduous_forest"
cold_slope_biome_variant = "regions_unexplored:pine_slopes"
neutral_slope_biome_variant = "regions_unexplored:pine_slopes"
warm_slope_biome_variant = "regions_unexplored:magnolia_woodland"
hot_slope_biome_variant = "regions_unexplored:rainforest"
[-----------------PEAK_BIOMES--------------------]
#peak_biomes
icy_peak_biome = "minecraft:frozen_peaks"
cold_peak_biome = "minecraft:jagged_peaks"
neutral_peak_biome = "regions_unexplored:mountains"
warm_peak_biome = "minecraft:stony_peaks"
hot_peak_biome = "regions_unexplored:arid_mountains"
#peak_biomes_variant
icy_peak_biome_variant = "minecraft:jagged_peaks"
cold_peak_biome_variant = "regions_unexplored:mountains"
neutral_peak_biome_variant = "regions_unexplored:mountains"
warm_peak_biome_variant = "minecraft:stony_peaks"
hot_peak_biome_variant = "regions_unexplored:arid_mountains"
[-----------------RIVER_BIOMES--------------------]
#icy_biomes
icy_arid = "minecraft:frozen_river"
icy_dry = "minecraft:frozen_river"
icy_neutral = "minecraft:frozen_river"
icy_wet = "minecraft:frozen_river"
icy_humid = "minecraft:frozen_river"
#cool_biomes
cool_arid = "regions_unexplored:cold_river"
cool_dry = "regions_unexplored:cold_river"
cool_neutral = "regions_unexplored:cold_river"
cool_wet = "regions_unexplored:muddy_river"
cool_humid = "regions_unexplored:muddy_river"
#neutral_biomes
neutral_arid = "minecraft:river"
neutral_dry = "minecraft:river"
neutral_neutral = "minecraft:river"
neutral_wet = "minecraft:river"
neutral_humid = "minecraft:river"
#warm_biomes
warm_arid = "minecraft:river"
warm_dry = "minecraft:river"
warm_neutral = "minecraft:river"
warm_wet = "minecraft:river"
warm_humid = "minecraft:river"
#hot_biomes
hot_arid = "minecraft:river"
hot_dry = "minecraft:river"
hot_neutral = "regions_unexplored:tropical_river"
hot_wet = "regions_unexplored:tropical_river"
hot_humid = "regions_unexplored:tropical_river"
[-----------------RIVER_BIOMES_VARIANT--------------------]
#icy_biomes
icy_arid = "minecraft:frozen_river"
icy_dry = "minecraft:frozen_river"
icy_neutral = "minecraft:frozen_river"
icy_wet = "minecraft:frozen_river"
icy_humid = "minecraft:frozen_river"
#cool_biomes
cool_arid = "regions_unexplored:cold_river"
cool_dry = "regions_unexplored:cold_river"
cool_neutral = "regions_unexplored:cold_river"
cool_wet = "regions_unexplored:muddy_river"
cool_humid = "regions_unexplored:muddy_river"
#neutral_biomes
neutral_arid = "minecraft:river"
neutral_dry = "minecraft:river"
neutral_neutral = "minecraft:river"
neutral_wet = "minecraft:river"
neutral_humid = "minecraft:river"
#warm_biomes
warm_arid = "minecraft:river"
warm_dry = "minecraft:river"
warm_neutral = "minecraft:river"
warm_wet = "minecraft:river"
warm_humid = "minecraft:river"
#hot_biomes
hot_arid = "minecraft:river"
hot_dry = "minecraft:river"
hot_neutral = "regions_unexplored:tropical_river"
hot_wet = "regions_unexplored:tropical_river"
hot_humid = "regions_unexplored:tropical_river"
[-----------------SWAMP_BIOMES--------------------]
#icy_biomes
icy_arid = "regions_unexplored:spires"
icy_dry = "regions_unexplored:spires"
icy_neutral = "regions_unexplored:spires"
icy_wet = "regions_unexplored:spires"
icy_humid = "regions_unexplored:spires"
#cool_biomes
cool_arid = "regions_unexplored:fen"
cool_dry = "regions_unexplored:fen"
cool_neutral = "regions_unexplored:fen"
cool_wet = "regions_unexplored:fen"
cool_humid = "regions_unexplored:fen"
#neutral_biomes
neutral_arid = "regions_unexplored:old_growth_bayou"
neutral_dry = "regions_unexplored:bayou"
neutral_neutral = "regions_unexplored:bayou"
neutral_wet = "regions_unexplored:bayou"
neutral_humid = "regions_unexplored:old_growth_bayou"
#warm_biomes
warm_arid = "regions_unexplored:marsh"
warm_dry = "regions_unexplored:marsh"
warm_neutral = "regions_unexplored:marsh"
warm_wet = "regions_unexplored:marsh"
warm_humid = "regions_unexplored:marsh"
#hot_biomes
hot_arid = "regions_unexplored:fungal_fen"
hot_dry = "regions_unexplored:fungal_fen"
hot_neutral = "regions_unexplored:fungal_fen"
hot_wet = "regions_unexplored:fungal_fen"
hot_humid = "regions_unexplored:fungal_fen"
[-----------------OCEAN_BIOMES--------------------]
#deep_oceans
deep_icy = "regions_unexplored:hyacinth_deeps"
deep_cool = "minecraft:deep_cold_ocean"
deep_neutral = "minecraft:deep_ocean"
deep_warm = "minecraft:deep_lukewarm_ocean"
deep_hot = "minecraft:warm_ocean"
#oceans
icy = "minecraft:frozen_ocean"
cool = "minecraft:cold_ocean"
neutral = "minecraft:ocean"
warm = "minecraft:lukewarm_ocean"
hot = "regions_unexplored:rocky_reef"
[-----------------SHORE_BIOMES--------------------]
#beach_biomes
icy_beach_biome = "minecraft:snowy_beach"
cold_beach_biome = "regions_unexplored:gravel_beach"
neutral_beach_biome = "regions_unexplored:grassy_beach"
warm_beach_biome = "regions_unexplored:grassy_beach"
hot_beach_biome = "minecraft:beach"
#stone_beach_biomes
cold_stone_beach_biome = "minecraft:stony_shore"
hot_stone_beach_biome = "regions_unexplored:chalk_cliffs"
[-----------------UNDERGROUND_BIOMES--------------------]
cave_1_biome = "minecraft:lush_caves"
cave_2_biome = "minecraft:dripstone_caves"
cave_3_biome = "minecraft:deep_dark"
cave_4_biome = "regions_unexplored:bioshroom_caves"
cave_5_biome = "regions_unexplored:ancient_delta"
cave_6_biome = "regions_unexplored:prismachasm"
cave_7_biome = "regions_unexplored:redstone_caves"
cave_8_biome = "regions_unexplored:scorching_caves"
[-----------------ISLAND_BIOMES--------------------]
icy_island_biome = "regions_unexplored:alpha_grove"
cool_island_biome = "regions_unexplored:ashen_woodland"
neutral_island_biome = "regions_unexplored:ashen_woodland"
warm_island_biome = "regions_unexplored:tropics"
hot_island_biome = "regions_unexplored:tropics"
[-----------------OTHER_BIOMES--------------------]
shattered_cliff_biome = "regions_unexplored:towering_cliffs"

Binary file not shown.

Binary file not shown.

Binary file not shown.