ReikaKalseki / Reika_FactorioMods_Issues

The issue tracker for all of my Factorio mods - EndgameCombat, NauvisDay, Geothermal, Oreverhaul, and the rest.
5 stars 1 forks source link

Can‘t find ChromatiCraft glowingcliffs biome at ATG world. #310

Closed KuroPeach closed 3 years ago

KuroPeach commented 3 years ago

It may be necessary to change the type of cliffs to the type of the formation of ATG https://github.com/ReikaKalseki/ChromatiCraft/blob/ff3160e3902d5aeb88116d1210a2edf8fafc3d33/ChromatiCraft.java#L630 20000x20000,can‘t find blue color . image image

KuroPeach commented 3 years ago

Even if I set the probability to 1.0 in the ATG configuration file, there is still no image

    ATGBiomes.addBiome(sea, "Ocean", BiomeGenBase.ocean, 1.0);
    ATGBiomes.addBiome(sea, "Deep Ocean", BiomeGenBase.deepOcean, 1.0);
    ATGBiomes.addBiome(land, "Plains", BiomeGenBase.plains, 1.0);
    ATGBiomes.addBiome(land, "Desert", BiomeGenBase.desert, 1.0);
    ATGBiomes.addBiome(land, "Forest", BiomeGenBase.forest, 1.0);
    ATGBiomes.addBiome(land, "Taiga", BiomeGenBase.coldTaiga, 1.0);
    ATGBiomes.addBiome(land, "Ice Plains", BiomeGenBase.icePlains, 1.0);
    ATGBiomes.addBiome(land, "Jungle", BiomeGenBase.jungle, 1.0);
    ATGBiomes.addBiome(land, "Shrubland", (BiomeGenBase)ATGBiomeList.shrubland.get(), 1.0);
    ATGBiomes.addBiome(land, "Boreal Forest", BiomeGenBase.taiga, 1.0);
    ATGBiomes.addBiome(land, "Tundra", (BiomeGenBase)ATGBiomeList.tundra.get(), 1.0);
    ATGBiomes.addBiome(land, "Steppe", (BiomeGenBase)ATGBiomeList.steppe.get(), 1.0);
    ATGBiomes.addBiome(land, "Savanna", BiomeGenBase.savanna, 1.0);
    ATGBiomes.addBiome(land, "Tropical Shrubland", (BiomeGenBase)ATGBiomeList.tropicalShrubland.get(), 1.0);
    ATGBiomes.addBiome(land, "Woodland", (BiomeGenBase)ATGBiomeList.woodland.get(), 1.0);
    ATGBiomes.addBiome(land, "Mesa", BiomeGenBase.mesa, 1.0);
    ATGBiomes.addBiome(coast, "Beach", BiomeGenBase.beach, 1.0);
    ATGBiomes.addBiome(coast, "Gravel Beach", (BiomeGenBase)ATGBiomeList.gravelBeach.get(), 1.0);
    ATGBiomes.addBiome(coast, "Snowy Beach", (BiomeGenBase)ATGBiomeList.snowyBeach.get(), 1.0);
    ATGBiomes.addBiome(coast, "Swampland", BiomeGenBase.swampland, 1.0);
KuroPeach commented 3 years ago

Sorry, I sent it in the wrong place