Bug Stuck on Loading World, using BoP and GeographiCraft/Climate Control

Q

Queen Roger

Guest
Can't create a new world, get's stuck on Loading World. Using latest version on 1.11.2, with BoP. Basically I've fiddled with the BoP incidences to only allow snowy and some cool biomes. The ones I didn't want, I set to 0 to disable them and the ones I wanted I made sure were over 0. I also changed some of the climates - as in, changing one biome's climate from warm to snowy or cool.

In the normal config, all I did was disabled vanilla biomes.

Code:
# Configuration file
"assorted parameters" {
    # Use 1.6 compatibility mode
    B:1.6Compatibility=false
    # place little islands near shore rather than in deep ocean
    B:"Allow Derpy Islands"=false
    # Biome size, exponential: 4 is regular and 6 is large biomes
    I:"Biome Size"=4
    # Use red sand mesa for mesa borders. False uses desert like vanilla
    B:"Mesas for mesa borders"=false
    # per thousand; vanilla is 10
    I:"Mushroom Island Incidence"=10
    # generate as if CC weren't on; for loading pre-existing worlds or just preventing chunk boundaries
    B:"No Generation Changes"=false
    # suppress Bop sub-biome generation in vanilla biomes
    B:NoBoPSubBiomes=false
    # Percentage of rivers prevented; changes cause chunk boundaries at some rivers
    I:PercentRiverReduction=0
    # increase smoothing steps; also shrinks unusual biomes some; changing produces occaisional chunk walls
    B:"Smoother Coastlines"=true
    # add testing routines and crash in suspicious circumstances
    B:TestingMode=false
    # Include vanilla biomes in world
    B:VanillaBiomesOn=false
    # Generate land masses and climate zones similar to vanilla 1.7
    B:VanillaLandAndClimate=false
    # True for triple-width rivers
    B:WiderRivers=false
    # impose GeographiCraft generation on the Biomes o' Plenty world type
    B:alterBoPWorlds=true
    # impose GeographiCraft generation on the Customized world type
    B:alterCustomWorlds=true
    # impose GeographiCraft generation on Highlands world types
    B:alterHighlandsWorlds=true
    # biomes not saved on edges; more than 3 has no effect; -1 deactivates saving biomes
    I:biomeRingsNotSaved=3
    # Number of Chunk Biome layouts cached. Above 500 is ignored. 0 or below shuts off chunk info caching
    I:cacheSize=0
    # climate not saved on edges; -1 deactivates saving climates
    I:climateRingsNotSaved=3
    # Have Climate Control set the biomes for village generation; may be incompatible with village mods
    B:controlVillageBiomes=false
    # Comma-delimited list of externalBiome Names. No quotes or line returns. You will have to reload Minecraft after changing this.Names not in the list aren't removed from the configs but they have no effect
    S:externalBiomeNames=
    # force small continent near origin
    B:forceStartContinent=true
    # max height value for allowing rivers; 10.0 allows everything; 0.75 is plains but no hills
    D:maxChasm=10.0
    # Maximum Number of Rescue attempts. Negative numbers mean no limit
    I:rescueLimit=-1
    # subbiomes not saved on edges, default 3, -1 deactivates saving sub-biomes
    I:subBiomeRingsNotSaved=-1
    # suppress GeographiCraft generation in default, large biomes, and amplified worlds
    B:suppressInStandardWorlds=false
    # True for double-width beaches
    B:wideBeaches=false
}
##########################################################################################################
# climate incidences
#--------------------------------------------------------------------------------------------------------#
# Blocks of land are randomly assigned to each zone with a frequency proportional to the incidence. Smoothing eliminates some extreme climates on continents later, especially for quarter size zones. Default 2/1/1/2 is better for continents since Hot and Snowy are easier to find.With lots of islands 1/1/1/1 may be better as not so many islands have extreme climates.
##########################################################################################################
"climate incidences" {
    # relative incidence of cool zones like forest/plains/hills/taiga/roofed forest
    I:"Cool Zone Incidence"=1
    # relative incidence of hot zones like savanna/desert/plains/mesa
    I:"Hot Zone Incidence"=2
    # relative incidence of snowy zones
    I:"Snowy Zone Incidence"=2
    # relative incidence of warm zones like forest/plains/hills/jungle/swamp
    I:"Warm Zone Incidence"=1
}
##########################################################################################################
# climate zone parameters
#--------------------------------------------------------------------------------------------------------#
# Full-size is similar to 1.7 defaults. Half-size creates zones similar to pre-1.7 snowy zones. Quarter-size creates fairly small zones but the hot and snowy incidences are limited
##########################################################################################################
"climate zone parameters" {
    # Separate climates further. Makes illegitemate junctions rarer but also makes extreme climates rarer.
    B:ExtremeClimateSeparation=false
    # True freezes oceans in snowy latitudes. Only used with latitudinal climates.
    B:"Frozen Icecaps"=false
    # half the climate zone size from vanilla, unless quartering
    B:"Half Zone Size"=true
    # Use Ice Mountains instead of Ice Plains in mountain chain areas
    B:"Ice Mountains in Mountain Chains"=true
    # Use Mesas as mountains in mountain chain areas
    B:"Mesas in Mountain Chains"=true
    # Place mountains in chains
    B:"Mountains in Mountain Chains"=false
    # quarter the climate zone size from vanilla
    B:"Quarter Zone Size"=false
    # ignore climate zones altogether
    B:"Random Biomes"=false
    # Number of climate zones to shift the band from the default of the warm - to - cool transition at 0. Positive numbers shift the bands up.
    I:bandedClimateOffset=0
    # Width of banded climates (climate depends on latitude). 0 or less for normal rules. Width is in terms of climate zones, whatever they are
    I:bandedClimateWidth=-1
    # X offset for initial spawn search in blocks
    I:xSpawnOffset=0
    # Z offset for initial spawn search in blocks
    I:zSpawnOffset=0
}
##########################################################################################################
# ocean control parameters
#--------------------------------------------------------------------------------------------------------#
# Frequencies are x per thousand but a little goes a very long way because seeds grow a lot. SeparateLandmasses = true makes an oceanic world with these settings andSeparateLandmasses = false makes a continental world
##########################################################################################################
"ocean control parameters" {
    # frequency of large continent seeds, about 8000x16000
    I:"Incidence of Continents,Large"=40
    # frequency of medium continent seeds, about 4000x8000
    I:"Incidence of Continents,Medium"=100
    # frequency of small continent seeds, about 2000x4000
    I:"Incidence of Continents,Small"=60
    # frequency of large island seeds, about 500x1000
    I:"Incidence of Islands,Large"=30
    # frequency of medium island seeds, about 250x500, but they tend to break up into archipelagos
    I:"Incidence of Islands,Medium"=15
    # Rounds of continent and large island expansion in oceanic worlds (with separateLandmasses off). More makes continents larger and oceans narrower. Default is 1.Values above 2 will overwhelm the separate landmasses setting with an otherwise default config.
    I:"Land Expansion Rounds"=1
    # True mostly stops landmasses merging.With default settings you will get an oceanic world if true and a continental world if false
    B:SeparateLandmasses=true
}
##########################################################################################################
# oceanbiomeclimates
#--------------------------------------------------------------------------------------------------------#
# Climate Types are: SNOWY,COOL,WARM,HOT,OCEAN,DEEP_OCEANMEDIUM,PLAINS,LAND, and SEA.  MEDIUM is COOL and WARM, PLAINS is COOL and WARM and HOT, LAND is all four land, SEA is both oceans
##########################################################################################################
oceanbiomeclimates {
    S:"DeepOcean climate"=DEEP_OCEAN
    S:"Ocean climate"=OCEAN
}
oceanbiomeids {
    I:"DeepOcean ID"=24
    I:"Ocean ID"=0
}
oceanbiomeincidences {
    I:"DeepOcean Incidence"=100
    I:"Ocean Incidence"=100
}
oceanbiomevillages {
    B:"DeepOcean hasVillages"=false
    B:"Ocean hasVillages"=false
}
vanillabiomeclimates {
    S:"Birch Forest Hills M climate"=DEFAULT
    S:"Birch Forest Hills climate"=DEFAULT
    S:"Birch Forest M climate"=DEFAULT
    S:"Birch Forest climate"=Warm
    S:"Cold Taiga Hills climate"=DEFAULT
    S:"Cold Taiga M climate"=DEFAULT
    S:"Cold Taiga climate"=Snowy
    S:"Desert Hills climate"=DEFAULT
    S:"Desert M climate"=DEFAULT
    S:"Desert climate"=Hot
    S:"Extreme Hills M climate"=DEFAULT
    S:"Extreme Hills climate"=MEDIUM
    S:"Extreme Hills+ M climate"=DEFAULT
    S:"Extreme Hills+ climate"=DEFAULT
    S:"Flower Forest climate"=DEFAULT
    S:"Forest Hills climate"=DEFAULT
    S:"Forest climate"=MEDIUM
    S:"Ice Mountains climate"=Snowy
    S:"Ice Plains Spikes climate"=DEFAULT
    S:"Ice Plains climate"=Snowy
    S:"Jungle Hills climate"=DEFAULT
    S:"Jungle M climate"=DEFAULT
    S:"Jungle climate"=Warm
    S:"Mega Spruce Taiga climate"=DEFAULT
    S:"Mega Taiga Hills climate"=DEFAULT
    S:"Mega Taiga climate"=Cool
    S:"Mesa (Bryce) climate"=DEFAULT
    S:"Mesa Plateau F M climate"=DEFAULT
    S:"Mesa Plateau F climate"=Hot
    S:"Mesa Plateau M climate"=DEFAULT
    S:"Mesa Plateau climate"=Hot
    S:"Mesa climate"=DEFAULT
    S:"Mushroom Island climate"=DEFAULT
    S:"Plains climate"=PLAINS
    S:"Roofed Forest M climate"=DEFAULT
    S:"Roofed Forest climate"=Cool
    S:"Savanna M climate"=DEFAULT
    S:"Savanna Plateau M climate"=DEFAULT
    S:"Savanna Plateau climate"=DEFAULT
    S:"Savanna climate"=Hot
    S:"Sunflower Plains climate"=DEFAULT
    S:"Swampland M climate"=DEFAULT
    S:"Swampland climate"=Warm
    S:"Taiga (snowless) M climate"=DEFAULT
    S:"Taiga (snowless) climate"=Cool
    S:"Taiga Hills climate"=DEFAULT
}
vanillabiomeids {
    I:"Birch Forest Hills ID"=28
    I:"Birch Forest Hills M ID"=156
    I:"Birch Forest ID"=27
    I:"Birch Forest M ID"=155
    I:"Cold Taiga Hills ID"=31
    I:"Cold Taiga ID"=30
    I:"Cold Taiga M ID"=158
    I:"Desert Hills ID"=17
    I:"Desert ID"=2
    I:"Desert M ID"=130
    I:"Extreme Hills ID"=3
    I:"Extreme Hills M ID"=131
    I:"Extreme Hills+ ID"=34
    I:"Extreme Hills+ M ID"=162
    I:"Flower Forest ID"=132
    I:"Forest Hills ID"=18
    I:"Forest ID"=4
    I:"Ice Mountains ID"=13
    I:"Ice Plains ID"=12
    I:"Ice Plains Spikes ID"=140
    I:"Jungle Hills ID"=22
    I:"Jungle ID"=21
    I:"Jungle M ID"=149
    I:"Mega Spruce Taiga ID"=160
    I:"Mega Taiga Hills ID"=33
    I:"Mega Taiga ID"=32
    I:"Mesa (Bryce) ID"=165
    I:"Mesa ID"=37
    I:"Mesa Plateau F ID"=38
    I:"Mesa Plateau F M ID"=166
    I:"Mesa Plateau ID"=39
    I:"Mesa Plateau M ID"=167
    I:"Mushroom Island ID"=14
    I:"Plains ID"=1
    I:"Roofed Forest ID"=29
    I:"Roofed Forest M ID"=157
    I:"Savanna ID"=35
    I:"Savanna M ID"=163
    I:"Savanna Plateau ID"=36
    I:"Savanna Plateau M ID"=164
    I:"Sunflower Plains ID"=129
    I:"Swampland ID"=6
    I:"Swampland M ID"=134
    I:"Taiga (snowless) ID"=5
    I:"Taiga (snowless) M ID"=133
    I:"Taiga Hills ID"=19
}
vanillabiomeincidences {
    I:"Birch Forest Incidence"=10
    I:"Cold Taiga Incidence"=10
    I:"Desert Incidence"=30
    I:"Extreme Hills Incidence"=20
    I:"Forest Incidence"=20
    I:"Ice Mountains Incidence"=0
    I:"Ice Plains Incidence"=30
    I:"Jungle Incidence"=5
    I:"Mega Taiga Incidence"=5
    I:"Mesa Plateau F Incidence"=4
    I:"Mesa Plateau Incidence"=1
    I:"Plains Incidence"=30
    I:"Roofed Forest Incidence"=10
    I:"Savanna Incidence"=20
    I:"Swampland Incidence"=10
    I:"Taiga (snowless) Incidence"=10
}
vanillabiomevillages {
    B:"Birch Forest Hills M hasVillages"=false
    B:"Birch Forest Hills hasVillages"=false
    B:"Birch Forest M hasVillages"=false
    B:"Birch Forest hasVillages"=false
    B:"Cold Taiga Hills hasVillages"=false
    B:"Cold Taiga M hasVillages"=false
    B:"Cold Taiga hasVillages"=false
    B:"Desert Hills hasVillages"=false
    B:"Desert M hasVillages"=false
    B:"Desert hasVillages"=true
    B:"Extreme Hills M hasVillages"=false
    B:"Extreme Hills hasVillages"=false
    B:"Extreme Hills+ M hasVillages"=false
    B:"Extreme Hills+ hasVillages"=false
    B:"Flower Forest hasVillages"=false
    B:"Forest Hills hasVillages"=false
    B:"Forest hasVillages"=false
    B:"Ice Mountains hasVillages"=false
    B:"Ice Plains Spikes hasVillages"=false
    B:"Ice Plains hasVillages"=false
    B:"Jungle Hills hasVillages"=false
    B:"Jungle M hasVillages"=false
    B:"Jungle hasVillages"=false
    B:"Mega Spruce Taiga hasVillages"=false
    B:"Mega Taiga Hills hasVillages"=false
    B:"Mega Taiga hasVillages"=false
    B:"Mesa (Bryce) hasVillages"=false
    B:"Mesa Plateau F M hasVillages"=false
    B:"Mesa Plateau F hasVillages"=false
    B:"Mesa Plateau M hasVillages"=false
    B:"Mesa Plateau hasVillages"=false
    B:"Mesa hasVillages"=false
    B:"Mushroom Island hasVillages"=false
    B:"Plains hasVillages"=true
    B:"Roofed Forest M hasVillages"=false
    B:"Roofed Forest hasVillages"=false
    B:"Savanna M hasVillages"=false
    B:"Savanna Plateau M hasVillages"=false
    B:"Savanna Plateau hasVillages"=false
    B:"Savanna hasVillages"=true
    B:"Sunflower Plains hasVillages"=false
    B:"Swampland M hasVillages"=false
    B:"Swampland hasVillages"=false
    B:"Taiga (snowless) M hasVillages"=false
    B:"Taiga (snowless) hasVillages"=false
    B:"Taiga Hills hasVillages"=false
}

Code:
# Configuration file
"assorted parameters" {
    B:BoPBiomesOn=true
    B:BoPInNewDimensons=true
}
bopclimates {
    S:"Alps climate"=SNOWY
    S:"Bamboo Forest climate"=WARM
    S:"Bayou climate"=WARM
    S:"Bog climate"=COOL
    S:"Boreal Forest climate"=COOL
    S:"Brushland climate"=WARM
    S:"Chaparral climate"=WARM
    S:"Cherry Blossom Grove climate"=COOL
    S:"Cold Desert climate"=SNOWY
    S:"Coniferous Forest climate"=WARM
    S:"Coral Reef climate"=OCEAN
    S:"Crag climate"=SNOWY
    S:"Dead Forest climate"=SNOWY
    S:"Dead Swamp climate"=WARM
    S:"Eucalyptus Forest climate"=WARM
    S:"Fen climate"=WARM
    S:"Flower Field climate"=WARM
    S:"Flower Island climate"=DEEP_OCEAN
    S:"Glacier climate"=SNOWY
    S:"Grassland climate"=COOL
    S:"Gravel Beach climate"=DEFAULT
    S:"Grove climate"=COOL
    S:"Heathland climate"=COOL
    S:"Highland climate"=COOL
    S:"Kelp Forest climate"=OCEAN
    S:"Land of Lakes climate"=COOL
    S:"Lavender Fields climate"=WARM
    S:"Lush Desert climate"=SNOWY
    S:"Lush Swamp climate"=WARM
    S:"Mangrove climate"=SNOWY
    S:"Maple Woods climate"=COOL
    S:"Marsh climate"=COOL
    S:"Meadow climate"=COOL
    S:"Moor climate"=COOL
    S:"Mountain Foothills climate"=SNOWY
    S:"Mountain climate"=SNOWY
    S:"Mystic Grove climate"=Cool
    S:"Oasis climate"=DEFAULT
    S:"Ominous Woods climate"=COOL
    S:"Orchard climate"=MEDIUM
    S:"Origin Valley climate"=MEDIUM
    S:"Outback climate"=SNOWY
    S:"Overgrown Cliffs climate"=SNOWY
    S:"Prairie climate"=WARM
    S:"Quagmire climate"=COOL
    S:"Rainforest climate"=SNOWY
    S:"Redwood Forest climate"=COOL
    S:"Sacred Springs climate"=Cool
    S:"Savanna Plateau (Sub-Biome) climate"=DEFAULT
    S:"Savanna climate"=DEFAULT
    S:"Seasonal Forest climate"=COOL
    S:"Shield climate"=COOL
    S:"Shrubland climate"=COOL
    S:"Snowy Coniferous Forest climate"=SNOWY
    S:"Snowy Forest climate"=SNOWY
    S:"Steppe climate"=Cool
    S:"Temperate Rainforest climate"=WARM
    S:"Tropical Islands climate"=DEEP_OCEAN
    S:"Tropical Rainforest climate"=HOT
    S:"Tundra climate"=SNOWY
    S:"Volcanic Island climate"=DEEP_OCEAN
    S:"Wasteland climate"=SNOWY
    S:"Wetland climate"=SNOWY
    S:"Woodland climate"=WARM
    S:"Xeric Shrubland climate"=HOT
}
bopincidences {
    I:"Alps Incidence"=5
    I:"Bamboo Forest Incidence"=0
    I:"Bayou Incidence"=0
    I:"Bog Incidence"=0
    I:"Boreal Forest Incidence"=0
    I:"Brushland Incidence"=0
    I:"Chaparral Incidence"=0
    I:"Cherry Blossom Grove Incidence"=0
    I:"Cold Desert Incidence"=10
    I:"Coniferous Forest Incidence"=0
    I:"Coral Reef Incidence"=0
    I:"Crag Incidence"=3
    I:"Dead Forest Incidence"=7
    I:"Dead Swamp Incidence"=0
    I:"Eucalyptus Forest Incidence"=0
    I:"Fen Incidence"=0
    I:"Flower Field Incidence"=0
    I:"Flower Island Incidence"=0
    I:"Glacier Incidence"=2
    I:"Grassland Incidence"=0
    I:"Grove Incidence"=0
    I:"Heathland Incidence"=0
    I:"Highland Incidence"=0
    I:"Kelp Forest Incidence"=0
    I:"Land of Lakes Incidence"=0
    I:"Lavender Fields Incidence"=0
    I:"Lush Desert Incidence"=2
    I:"Lush Swamp Incidence"=0
    I:"Mangrove Incidence"=1
    I:"Maple Woods Incidence"=4
    I:"Marsh Incidence"=0
    I:"Meadow Incidence"=0
    I:"Moor Incidence"=0
    I:"Mountain Foothills Incidence"=2
    I:"Mountain Incidence"=5
    I:"Mystic Grove Incidence"=2
    I:"Ominous Woods Incidence"=0
    I:"Orchard Incidence"=0
    I:"Origin Valley Incidence"=0
    I:"Outback Incidence"=2
    I:"Overgrown Cliffs Incidence"=4
    I:"Prairie Incidence"=0
    I:"Quagmire Incidence"=0
    I:"Rainforest Incidence"=5
    I:"Redwood Forest Incidence"=0
    I:"Sacred Springs Incidence"=2
    I:"Seasonal Forest Incidence"=0
    I:"Shield Incidence"=0
    I:"Shrubland Incidence"=0
    I:"Snowy Coniferous Forest Incidence"=4
    I:"Snowy Forest Incidence"=6
    I:"Steppe Incidence"=0
    I:"Temperate Rainforest Incidence"=0
    I:"Tropical Islands Incidence"=0
    I:"Tropical Rainforest Incidence"=1
    I:"Tundra Incidence"=2
    I:"Volcanic Island Incidence"=1
    I:"Wasteland Incidence"=3
    I:"Wetland Incidence"=4
    I:"Woodland Incidence"=0
    I:"Xeric Shrubland Incidence"=0
}
bopvillages {
    B:"Alps hasVillages"=false
    B:"Bamboo Forest hasVillages"=true
    B:"Bayou hasVillages"=true
    B:"Bog hasVillages"=true
    B:"Boreal Forest hasVillages"=true
    B:"Brushland hasVillages"=true
    B:"Chaparral hasVillages"=true
    B:"Cherry Blossom Grove hasVillages"=true
    B:"Cold Desert hasVillages"=true
    B:"Coniferous Forest hasVillages"=true
    B:"Coral Reef hasVillages"=false
    B:"Crag hasVillages"=false
    B:"Dead Forest hasVillages"=true
    B:"Dead Swamp hasVillages"=true
    B:"Eucalyptus Forest hasVillages"=false
    B:"Fen hasVillages"=false
    B:"Flower Field hasVillages"=true
    B:"Flower Island hasVillages"=true
    B:"Glacier hasVillages"=false
    B:"Grassland hasVillages"=false
    B:"Gravel Beach hasVillages"=false
    B:"Grove hasVillages"=false
    B:"Heathland hasVillages"=false
    B:"Highland hasVillages"=false
    B:"Kelp Forest hasVillages"=false
    B:"Land of Lakes hasVillages"=false
    B:"Lavender Fields hasVillages"=false
    B:"Lush Desert hasVillages"=true
    B:"Lush Swamp hasVillages"=false
    B:"Mangrove hasVillages"=false
    B:"Maple Woods hasVillages"=false
    B:"Marsh hasVillages"=true
    B:"Meadow hasVillages"=false
    B:"Moor hasVillages"=false
    B:"Mountain Foothills hasVillages"=false
    B:"Mountain hasVillages"=false
    B:"Mystic Grove hasVillages"=false
    B:"Oasis hasVillages"=false
    B:"Ominous Woods hasVillages"=false
    B:"Orchard hasVillages"=false
    B:"Origin Valley hasVillages"=false
    B:"Outback hasVillages"=true
    B:"Overgrown Cliffs hasVillages"=true
    B:"Prairie hasVillages"=false
    B:"Quagmire hasVillages"=false
    B:"Rainforest hasVillages"=true
    B:"Redwood Forest hasVillages"=true
    B:"Sacred Springs hasVillages"=false
    B:"Savanna Plateau (Sub-Biome) hasVillages"=false
    B:"Savanna hasVillages"=false
    B:"Seasonal Forest hasVillages"=false
    B:"Shield hasVillages"=true
    B:"Shrubland hasVillages"=false
    B:"Snowy Coniferous Forest hasVillages"=false
    B:"Snowy Forest hasVillages"=false
    B:"Steppe hasVillages"=true
    B:"Temperate Rainforest hasVillages"=false
    B:"Tropical Islands hasVillages"=true
    B:"Tropical Rainforest hasVillages"=true
    B:"Tundra hasVillages"=true
    B:"Volcanic Island hasVillages"=true
    B:"Wasteland hasVillages"=false
    B:"Wetland hasVillages"=true
    B:"Woodland hasVillages"=false
    B:"Xeric Shrubland hasVillages"=false
}

Worth noting I have about 100~ other mods. However, I tried disabling every single one of them except this and BoP. Same issue remains. In other words, this isn't about a mod conflict.