satoshinm / modpack

0 stars 0 forks source link

Betweenlands: biomes appearing in overworld #75

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

Likely a biome id conflict (despite betweenlands not detecting it - unlike twilight forest which does detect conflicts).

satoshinm commented 7 years ago

config/thebetweenlands/mainConfig.cfg (50-56)

"world and dimension" {
    # Prevents any biome IDs higher than 127. Setting this to false 
    # is NOT recommended unless you know what you're doing! [default: true]
    B:"Biome ID Limit"=true
    I:"Coarse Islands Biome ID"=51
    I:"Deep Water Biome ID"=52
    I:"Dimension brightness (0-100)"=75

    # Higher numbers decrease rate
    I:"Frequency of Druid Circles"=100
    I:"Marsh 1 Biome ID"=54
    I:"Marsh 2 Biome ID"=55
    I:"Patchy Islands Biome ID"=53
    I:"Sludge Plains Biome ID"=56
    I:"Swamplands Biome ID"=50
    I:"The Betweenlands Dimension ID"=20
}
satoshinm commented 7 years ago
[19:33:34 INFO]: Adding biome mapping 50 swamplands at BiomeBase[50]
[19:33:34 INFO]: Adding biome mapping 51 coarseIslands at BiomeBase[51]
[19:33:34 INFO]: Adding biome mapping 52 deepWaters at BiomeBase[52]
[19:33:34 INFO]: Adding biome mapping 53 patchyIslands at BiomeBase[53]
[19:33:34 INFO]: Adding biome mapping 54 marsh1 at BiomeBase[54]
[19:33:34 INFO]: Adding biome mapping 55 marsh2 at BiomeBase[55]
[19:33:34 INFO]: Adding biome mapping 56 sludgePlains at BiomeBase[56]

No conflicts in config/biomesoplenty/ids.cfg, what else is taking these ids?


It is config/extrabiomes.cfg:

grep id extrabiomes.cfg |grep =5.
    I:rainforest.id=50
    I:redwoodforest.id=51
    I:redwoodlush.id=52
    I:savanna.id=53
    I:shrubland.id=54
    I:snowyforest.id=55
    I:snowyrainforest.id=56

Can I turn off these biomes? And their biome IDs entirely?


Found https://github.com/ExtrabiomesXL/ExtrabiomesXL/issues/137 which says "Setting a biomeID to 0 in the config is a hard disable that removes the biome from the game completely."