Start
just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it): /server-resource-packs/ /saves/ /schematics/ /screenshots/ /logs/ /.mixin.out/ /crash-reports/ usernamecache.json usercache.json Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files: git lfs track "*.jar" git lfs track "*.zip" git lfs track "*.7z" git lfs track "*.gz" git lfs track "*.rar" git lfs track "*.tar" git lfs track "*.iso" git lfs track "*.png" git lfs track "*.jpg" git lfs track "*.jpeg" git lfs track "*.gif" git lfs track "*.bmp" git lfs track "*.tiff" git lfs track "*.svg" git lfs track "*.webp" git lfs track "*.mp3" git lfs track "*.wav" git lfs track "*.ogg" git lfs track "*.flac" git lfs track "*.aac" git lfs track "*.m4a" git lfs track "*.wma" git lfs track "*.mp4" git lfs track "*.mkv" git lfs track "*.avi" git lfs track "*.mov" git lfs track "*.webm" git lfs track "*.flv" git lfs track "*.wmv" git lfs track "*.psd" git lfs track "*.ai" git lfs track "*.pdf" git lfs track "*.mca" git lfs track "*.dat" git lfs track "*.dat_old"
This commit is contained in:
@ -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 = true
|
||||
toggle_arid_mountains = true
|
||||
toggle_smouldering_woodland = true
|
||||
toggle_autumnal_maple_forest = true
|
||||
toggle_bamboo_forest = true
|
||||
toggle_baobab_savanna = true
|
||||
toggle_barley_fields = true
|
||||
toggle_bayou = true
|
||||
toggle_blackwood_taiga = true
|
||||
toggle_boreal_taiga = true
|
||||
toggle_chalk_cliffs = true
|
||||
toggle_clover_plains = true
|
||||
toggle_cold_boreal_taiga = true
|
||||
toggle_cold_deciduous_forest = true
|
||||
toggle_cold_river = true
|
||||
toggle_deciduous_forest = true
|
||||
toggle_dry_bushland = true
|
||||
toggle_eucalyptus_forest = true
|
||||
toggle_fen = true
|
||||
toggle_flower_field = true
|
||||
toggle_frozen_pine_taiga = true
|
||||
toggle_frozen_tundra = true
|
||||
toggle_fungal_fen = true
|
||||
toggle_golden_boreal_taiga = true
|
||||
toggle_grassland = true
|
||||
toggle_grassy_beach = true
|
||||
toggle_gravel_beach = true
|
||||
toggle_highland_fields = true
|
||||
toggle_hyacinth_deeps = true
|
||||
toggle_icy_desert = true
|
||||
toggle_icy_heights = true
|
||||
toggle_joshua_desert = true
|
||||
toggle_magnolia_woodland = true
|
||||
toggle_maple_forest = true
|
||||
toggle_marsh = true
|
||||
toggle_mauve_hills = true
|
||||
toggle_meadow = true
|
||||
toggle_mountains = true
|
||||
toggle_muddy_river = true
|
||||
toggle_old_growth_bayou = true
|
||||
toggle_orchard = true
|
||||
toggle_outback = true
|
||||
toggle_pine_slopes = true
|
||||
toggle_pine_taiga = true
|
||||
toggle_poppy_fields = true
|
||||
toggle_prairie = true
|
||||
toggle_pumpkin_fields = true
|
||||
toggle_rainforest = true
|
||||
toggle_rocky_reef = true
|
||||
toggle_redwoods = true
|
||||
toggle_saguaro_desert = true
|
||||
toggle_shrubland = true
|
||||
toggle_silver_birch_forest = true
|
||||
toggle_sparse_rainforest = true
|
||||
toggle_sparse_redwoods = true
|
||||
toggle_spires = true
|
||||
toggle_steppe = true
|
||||
toggle_temperate_grove = true
|
||||
toggle_towering_cliffs = true
|
||||
toggle_tropical_river = true
|
||||
toggle_tropics = true
|
||||
toggle_willow_forest = true
|
||||
#cave_biomes
|
||||
toggle_ancient_delta = true
|
||||
toggle_bioshroom_caves = true
|
||||
toggle_prismachasm = true
|
||||
toggle_redstone_caves = true
|
||||
toggle_scorching_caves = true
|
||||
#nether_biomes
|
||||
toggle_blackstone_basin = true
|
||||
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
|
||||
|
@ -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:alpha_grove"
|
||||
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"
|
||||
|
@ -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:alpha_grove"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user