StrangeLoopGames / EcoIssues

131 stars 21 forks source link

[1740] Snow in the desert #17894

Open D3nnis3n opened 4 years ago

D3nnis3n commented 4 years ago

image

D3nnis3n commented 4 years ago

image

D3nnis3n commented 4 years ago

Ice biome in a desert should be impossible :D

SlayksWood commented 4 years ago

@D3nnis3n can you provide seed?

D3nnis3n commented 4 years ago
{
  "$id": "1",
  "ConfigVersion": 1,
  "Seed": 1431458419,
  "Dimensions": {
    "x": 160,
    "y": 160
  },
  "WaterLevel": 60,
  "Height": 160,
  "HeightmapModule": {
    "$id": "2",
    "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
    "Source": {
      "$id": "3",
      "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
      "Config": {
        "$id": "4",
        "PointRadius": 10.0,
        "LandPercentRange": {
          "min": 0.65,
          "max": 0.75
        },
        "CoastlineSize": 1,
        "ShallowOceanSize": 2,
        "DesertPercent": 0.2,
        "WarmForestPercent": 0.21,
        "CoolForestPercent": 0.22,
        "TaigaPercent": 0.08,
        "TundraPercent": 0.03,
        "IcePercent": 0.01,
        "RainforestPercent": 0.15,
        "WetlandPercent": 0.04,
        "SteppePercent": 0.1,
        "HighDesertPercent": 0.05,
        "NumContinentsRange": {
          "min": 1.0,
          "max": 3.0
        },
        "ContinentAvoidRange": {
          "min": 8.0,
          "max": 16.0
        },
        "IslandPercent": 0.05,
        "NumSmallIslandsRange": {
          "min": 1.0,
          "max": 3.0
        },
        "IslandAvoidRange": {
          "min": 4.0,
          "max": 8.0
        },
        "NumRainforests": 2,
        "NumWarmForests": 2,
        "NumCoolForests": 2,
        "NumTaigas": 2,
        "NumTundras": 2,
        "NumIces": 2,
        "NumDeserts": 2,
        "NumWetlands": 2,
        "NumHighDeserts": 2,
        "NumSteppes": 2,
        "LakeSizeRange": {
          "min": 0.0008,
          "max": 0.0018
        },
        "NumLakesRange": {
          "min": 4.0,
          "max": 8.0
        },
        "NumRiversRange": {
          "min": 2.0,
          "max": 5.0
        },
        "RiverAvoidance": 2,
        "RiverWidth": 10.0,
        "MaxElevationOceanDistance": 10.0,
        "ElevationPower": 2.0,
        "AutoScale": true,
        "AutoScaleExponent": 0.25,
        "SaveTerrainImage": false
      },
      "OutputIndex": 0
    },
    "InvertTerraces": false,
    "Power": 4.0,
    "TerracePoints": 41
  },
  "WaterModule": {
    "$id": "5",
    "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
    "Source": {
      "$id": "6",
      "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
      "Config": {
        "$ref": "4"
      },
      "OutputIndex": 1
    },
    "InvertTerraces": false,
    "Power": 4.0,
    "TerracePoints": 61
  },
  "RainfallModule": {
    "$id": "7",
    "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
    "Config": {
      "$ref": "4"
    },
    "OutputIndex": 2
  },
  "TemperatureModule": {
    "$id": "8",
    "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
    "Config": {
      "$ref": "4"
    },
    "OutputIndex": 3
  },
  "Crater": {
    "$id": "9",
    "Frequency": 0.0,
    "RadiusRange": {
      "min": 5.0,
      "max": 50.0
    },
    "DepthRange": {
      "min": 0.1,
      "max": 0.5
    }
  },
  "TerrainModule": {
    "$id": "10",
    "$type": "Eco.WorldGenerator.TerrainModule, Eco.WorldGenerator",
    "Name": "World",
    "Modules": [
      {
        "$id": "11",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Grassland",
        "Module": {
          "$id": "12",
          "BlockDepthRanges": [
            {
              "$id": "13",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "14",
                "Type": "Eco.World.Blocks.DirtBlock, Eco.World"
              },
              "SubModules": [
                {
                  "$id": "15",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "16",
                    "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "17",
              "NoiseFrequency": 60.0,
              "Min": 2,
              "Max": 6,
              "BlockType": {
                "$ref": "16"
              },
              "SubModules": [
                {
                  "$id": "18",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "19",
                    "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 2.0,
                    "max": 6.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "20",
              "NoiseFrequency": 40.0,
              "Min": 2,
              "Max": 15,
              "BlockType": {
                "$id": "21",
                "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "22",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "23",
                    "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "24",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$id": "25",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "26",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "27",
                    "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "28",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "29",
                    "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 5.0
                  },
                  "PercentChance": 0.1,
                  "NoiseFrequency": 70.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "30",
              "NoiseFrequency": 25.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$id": "31",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "32",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "33",
                    "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 15.0,
                    "max": 20.0
                  },
                  "PercentChance": 0.6,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "34",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 18.0,
                    "max": 22.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 25.0
                  },
                  "BlocksCountRange": {
                    "min": 5000.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "35",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 2.0,
                    "y": 1.0,
                    "z": 2.0
                  }
                },
                {
                  "$id": "36",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 10000.0
                  },
                  "BlockType": {
                    "$id": "37",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "38",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 80,
              "BlockType": {
                "$id": "39",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "40",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "41",
                    "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 70.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "42",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 30.0,
                    "max": 32.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "BlocksCountRange": {
                    "min": 100.0,
                    "max": 2000.0
                  },
                  "BlockType": {
                    "$id": "43",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 1.0,
                    "z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "44",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$id": "45",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "46",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "RainForest",
        "Module": {
          "$id": "47",
          "BlockDepthRanges": [
            {
              "$id": "48",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "49",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "16"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "50",
              "NoiseFrequency": 40.0,
              "Min": 4,
              "Max": 6,
              "BlockType": {
                "$id": "51",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "52",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "53",
                    "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 1.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.3,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "54",
              "NoiseFrequency": 25.0,
              "Min": 1,
              "Max": 30,
              "BlockType": {
                "$id": "55",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": []
            },
            {
              "$id": "56",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$id": "57",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "58",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "59",
                    "Type": "Eco.Mods.TechTree.CrushedShaleBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.6,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "60",
              "NoiseFrequency": 25.0,
              "Min": 40,
              "Max": 45,
              "BlockType": {
                "$id": "61",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "62",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 30.0,
                    "max": 35.0
                  },
                  "DepositDepthRange": {
                    "min": 20.0,
                    "max": 45.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "63",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 5.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 0.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "64",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 70,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "65",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 40.0,
                    "max": 70.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 7000.0
                  },
                  "BlockType": {
                    "$id": "66",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 1.0,
                    "z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "67",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 100,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "68",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "WarmForest",
        "Module": {
          "$id": "69",
          "BlockDepthRanges": [
            {
              "$id": "70",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "71",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "16"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "72",
              "NoiseFrequency": 40.0,
              "Min": 6,
              "Max": 15,
              "BlockType": {
                "$ref": "16"
              },
              "SubModules": [
                {
                  "$id": "73",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "19"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 2.0,
                    "max": 15.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 5.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "74",
              "NoiseFrequency": 15.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "75",
                "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "76",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "77",
                    "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "78",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "79",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "80",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "81",
                    "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "82",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 65,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "83",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 52.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 65.0
                  },
                  "BlocksCountRange": {
                    "min": 2000.0,
                    "max": 10000.0
                  },
                  "BlockType": {
                    "$id": "84",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 7.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 7.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "85",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "86",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "ColdForest",
        "Module": {
          "$id": "87",
          "BlockDepthRanges": [
            {
              "$id": "88",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "89",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "16"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "90",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$ref": "16"
              },
              "SubModules": []
            },
            {
              "$id": "91",
              "NoiseFrequency": 40.0,
              "Min": 5,
              "Max": 15,
              "BlockType": {
                "$ref": "75"
              },
              "SubModules": [
                {
                  "$id": "92",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "93",
                    "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 2.0,
                    "max": 2.0
                  },
                  "PercentChance": 0.7,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "94",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$ref": "79"
              },
              "SubModules": [
                {
                  "$id": "95",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "81"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "96",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 65,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "97",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 1E-05,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 30.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 6000.0,
                    "max": 15000.0
                  },
                  "BlockType": {
                    "$id": "98",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 3.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 4.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 3.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 3.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "99",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "100",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Taiga",
        "Module": {
          "$id": "101",
          "BlockDepthRanges": [
            {
              "$id": "102",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "103",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "104",
                    "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "105",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "16"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.1,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "106",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$id": "107",
                "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "108",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$ref": "75"
              },
              "SubModules": [
                {
                  "$id": "109",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "77"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "110",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "111",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "112",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "113",
                    "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "114",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "115",
                    "Type": "Eco.Mods.TechTree.CrushedCopperOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "116",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 70,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "117",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 25.0,
                    "max": 80.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 15000.0
                  },
                  "BlockType": {
                    "$id": "118",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 4.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 7.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 7.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "119",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 1E-05,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 65.0
                  },
                  "DepositDepthRange": {
                    "min": 25.0,
                    "max": 80.0
                  },
                  "BlocksCountRange": {
                    "min": 8000.0,
                    "max": 30000.0
                  },
                  "BlockType": {
                    "$id": "120",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 2.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 3.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 1.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "121",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 25.0,
                    "max": 70.0
                  },
                  "BlocksCountRange": {
                    "min": 500.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "122",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "123",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 120,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "124",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Tundra",
        "Module": {
          "$id": "125",
          "BlockDepthRanges": [
            {
              "$id": "126",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "127",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "104"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "128",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "129",
                    "Type": "Eco.World.Blocks.SnowBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "130",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$ref": "107"
              },
              "SubModules": [
                {
                  "$id": "131",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "132",
                    "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.1,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "133",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "75"
              },
              "SubModules": [
                {
                  "$id": "134",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "77"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "135",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "136",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "113"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "137",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "138",
                    "Type": "Eco.Mods.TechTree.CrushedGoldOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "139",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "115"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "140",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 75,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "141",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 70.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 75.0
                  },
                  "BlocksCountRange": {
                    "min": 500.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "142",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.5,
                      "y": 1.0,
                      "z": 1.5
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "143",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 30.0,
                    "max": 70.0
                  },
                  "DepositDepthRange": {
                    "min": 20.0,
                    "max": 75.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 15000.0
                  },
                  "BlockType": {
                    "$id": "144",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 4.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 4.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 4.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 6.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 6.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "145",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 1E-05,
                  "DepthRange": {
                    "min": 60.0,
                    "max": 70.0
                  },
                  "DepositDepthRange": {
                    "min": 40.0,
                    "max": 75.0
                  },
                  "BlocksCountRange": {
                    "min": 10000.0,
                    "max": 30000.0
                  },
                  "BlockType": {
                    "$ref": "144"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 3.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 2.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "146",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "147",
                    "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 30.0,
                    "max": 35.0
                  },
                  "PercentChance": 0.95,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "148",
              "NoiseFrequency": 25.0,
              "Min": 70,
              "Max": 85,
              "BlockType": {
                "$id": "149",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "150",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Ice",
        "Module": {
          "$id": "151",
          "BlockDepthRanges": [
            {
              "$id": "152",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 8,
              "BlockType": {
                "$id": "153",
                "Type": "Eco.World.Blocks.IceBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "154",
              "NoiseFrequency": 40.0,
              "Min": 10,
              "Max": 30,
              "BlockType": {
                "$ref": "75"
              },
              "SubModules": [
                {
                  "$id": "155",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "77"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.8,
                  "NoiseFrequency": 60.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "156",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "157",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "113"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.9,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "158",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 75,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "159",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 25.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 20.0,
                    "max": 90.0
                  },
                  "BlocksCountRange": {
                    "min": 200.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "160",
                    "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 5.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 5.0,
                      "z": 2.0
                    },
                    {
                      "x": 1.0,
                      "y": 7.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 6.0,
                      "z": 2.0
                    },
                    {
                      "x": 2.0,
                      "y": 6.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 3.0,
                    "z": 1.0
                  }
                },
                {
                  "$id": "161",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 45.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 90.0
                  },
                  "BlocksCountRange": {
                    "min": 500.0,
                    "max": 6000.0
                  },
                  "BlockType": {
                    "$id": "162",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.5,
                      "z": 4.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 2.0,
                    "y": 1.0,
                    "z": 2.0
                  }
                }
              ]
            },
            {
              "$id": "163",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "164",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Desert",
        "Module": {
          "$id": "165",
          "BlockDepthRanges": [
            {
              "$id": "166",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "167",
                "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "168",
              "NoiseFrequency": 25.0,
              "Min": 4,
              "Max": 6,
              "BlockType": {
                "$id": "169",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": [
                {
                  "$id": "170",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "171",
                    "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 3.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "172",
              "NoiseFrequency": 15.0,
              "Min": 1,
              "Max": 20,
              "BlockType": {
                "$ref": "169"
              },
              "SubModules": [
                {
                  "$id": "173",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "174",
                    "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 3.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "175",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "176",
                    "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 18.0,
                    "max": 20.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "177",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "178",
                    "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 19.0,
                    "max": 20.0
                  },
                  "PercentChance": 0.3,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "179",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "180",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "181",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "182",
                    "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "183",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "184",
                    "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "185",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$id": "186",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "187",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "188",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 20.0,
                    "max": 23.0
                  },
                  "PercentChance": 0.8,
                  "NoiseFrequency": 5.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "189",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 20.0,
                    "max": 24.0
                  },
                  "DepositDepthRange": {
                    "min": 5.0,
                    "max": 30.0
                  },
                  "BlocksCountRange": {
                    "min": 2000.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "190",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                },
                {
                  "$id": "191",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 30.0,
                    "max": 35.0
                  },
                  "DepositDepthRange": {
                    "min": 30.0,
                    "max": 35.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 8000.0
                  },
                  "BlockType": {
                    "$id": "192",
                    "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 5.0
                    },
                    {
                      "x": 6.0,
                      "y": 1.0,
                      "z": 6.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 6.0
                    },
                    {
                      "x": 6.0,
                      "y": 1.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 0.0,
                    "z": 3.0
                  }
                },
                {
                  "$id": "193",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "194",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 50.0,
                    "max": 54.0
                  },
                  "PercentChance": 0.9,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "195",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 5E-05,
                  "DepthRange": {
                    "min": 48.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 35.0,
                    "max": 55.0
                  },
                  "BlocksCountRange": {
                    "min": 5000.0,
                    "max": 15000.0
                  },
                  "BlockType": {
                    "$ref": "190"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "196",
              "NoiseFrequency": 25.0,
              "Min": 58,
              "Max": 65,
              "BlockType": {
                "$id": "197",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "198",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Ocean",
        "Module": {
          "$id": "199",
          "BlockDepthRanges": [
            {
              "$id": "200",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "201",
                "Type": "Eco.World.Blocks.DirtBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "202",
              "NoiseFrequency": 40.0,
              "Min": 4,
              "Max": 15,
              "BlockType": {
                "$id": "203",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "204",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$id": "205",
                "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "206",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "207",
                    "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.3,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "208",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 100,
              "BlockType": {
                "$id": "209",
                "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "210",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "211",
                    "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.3,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            }
          ]
        }
      },
      {
        "$id": "212",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "DeepOcean",
        "Module": {
          "$id": "213",
          "BlockDepthRanges": [
            {
              "$id": "214",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "201"
              },
              "SubModules": []
            },
            {
              "$id": "215",
              "NoiseFrequency": 25.0,
              "Min": 2,
              "Max": 10,
              "BlockType": {
                "$id": "216",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "217",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 100,
              "BlockType": {
                "$ref": "209"
              },
              "SubModules": [
                {
                  "$id": "218",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "219",
                    "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.1,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            }
          ]
        }
      },
      {
        "$id": "220",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "ColdCoast",
        "Module": {
          "$id": "221",
          "BlockDepthRanges": [
            {
              "$id": "222",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "203"
              },
              "SubModules": []
            },
            {
              "$id": "223",
              "NoiseFrequency": 25.0,
              "Min": 5,
              "Max": 15,
              "BlockType": {
                "$ref": "216"
              },
              "SubModules": []
            },
            {
              "$id": "224",
              "NoiseFrequency": 100.0,
              "Min": 8,
              "Max": 14,
              "BlockType": {
                "$ref": "205"
              },
              "SubModules": [
                {
                  "$id": "225",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "226",
                    "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 6.0,
                    "max": 6.0
                  },
                  "PercentChance": 0.8,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "227",
              "NoiseFrequency": 40.0,
              "Min": 12,
              "Max": 16,
              "BlockType": {
                "$id": "228",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "229",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "230",
                    "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 11.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 60.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "231",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 30,
              "BlockType": {
                "$ref": "205"
              },
              "SubModules": []
            },
            {
              "$id": "232",
              "NoiseFrequency": 40.0,
              "Min": 28,
              "Max": 40,
              "BlockType": {
                "$ref": "228"
              },
              "SubModules": [
                {
                  "$id": "233",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "234",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 34.0,
                    "max": 37.0
                  },
                  "PercentChance": 0.8,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "235",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 34.0,
                    "max": 37.0
                  },
                  "DepositDepthRange": {
                    "min": 28.0,
                    "max": 40.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 6000.0
                  },
                  "BlockType": {
                    "$ref": "234"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "236",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 75,
              "BlockType": {
                "$ref": "209"
              },
              "SubModules": []
            },
            {
              "$id": "237",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$id": "238",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "239",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "WarmCoast",
        "Module": {
          "$id": "240",
          "BlockDepthRanges": [
            {
              "$id": "241",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "203"
              },
              "SubModules": []
            },
            {
              "$id": "242",
              "NoiseFrequency": 25.0,
              "Min": 4,
              "Max": 15,
              "BlockType": {
                "$ref": "216"
              },
              "SubModules": []
            },
            {
              "$id": "243",
              "NoiseFrequency": 100.0,
              "Min": 10,
              "Max": 15,
              "BlockType": {
                "$ref": "205"
              },
              "SubModules": [
                {
                  "$id": "244",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "245",
                    "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "246",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 25,
              "BlockType": {
                "$ref": "228"
              },
              "SubModules": [
                {
                  "$id": "247",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "248",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 16.0,
                    "max": 18.0
                  },
                  "PercentChance": 0.6,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "249",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 30,
              "BlockType": {
                "$ref": "205"
              },
              "SubModules": []
            },
            {
              "$id": "250",
              "NoiseFrequency": 40.0,
              "Min": 37,
              "Max": 50,
              "BlockType": {
                "$ref": "228"
              },
              "SubModules": [
                {
                  "$id": "251",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "234"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 33.0,
                    "max": 34.0
                  },
                  "PercentChance": 0.7,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "252",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 31.0,
                    "max": 36.0
                  },
                  "DepositDepthRange": {
                    "min": 28.0,
                    "max": 40.0
                  },
                  "BlocksCountRange": {
                    "min": 2000.0,
                    "max": 5000.0
                  },
                  "BlockType": {
                    "$ref": "234"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 10.0,
                    "y": 1.0,
                    "z": 10.0
                  }
                }
              ]
            },
            {
              "$id": "253",
              "NoiseFrequency": 40.0,
              "Min": 50,
              "Max": 55,
              "BlockType": {
                "$ref": "238"
              },
              "SubModules": []
            },
            {
              "$id": "254",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$ref": "209"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "255",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Wetland",
        "Module": {
          "$id": "256",
          "BlockDepthRanges": [
            {
              "$id": "257",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "14"
              },
              "SubModules": [
                {
                  "$id": "258",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "57"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "259",
              "NoiseFrequency": 25.0,
              "Min": 8,
              "Max": 15,
              "BlockType": {
                "$id": "260",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": []
            },
            {
              "$id": "261",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$id": "262",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "263",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "264",
                    "Type": "Eco.Mods.TechTree.CrushedShaleBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 0.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "265",
              "NoiseFrequency": 25.0,
              "Min": 25,
              "Max": 30,
              "BlockType": {
                "$id": "266",
                "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "267",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0001,
                  "DepthRange": {
                    "min": 15.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 40.0
                  },
                  "BlocksCountRange": {
                    "min": 1000.0,
                    "max": 5000.0
                  },
                  "BlockType": {
                    "$id": "268",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 3.0,
                    "y": 1.0,
                    "z": 3.0
                  }
                }
              ]
            },
            {
              "$id": "269",
              "NoiseFrequency": 25.0,
              "Min": 32,
              "Max": 35,
              "BlockType": {
                "$id": "270",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": []
            },
            {
              "$id": "271",
              "NoiseFrequency": 25.0,
              "Min": 34,
              "Max": 40,
              "BlockType": {
                "$id": "272",
                "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
              },
              "SubModules": []
            },
            {
              "$id": "273",
              "NoiseFrequency": 40.0,
              "Min": 50,
              "Max": 60,
              "BlockType": {
                "$ref": "39"
              },
              "SubModules": [
                {
                  "$id": "274",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 1E-05,
                  "DepthRange": {
                    "min": 40.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 40.0,
                    "max": 70.0
                  },
                  "BlocksCountRange": {
                    "min": 4000.0,
                    "max": 20000.0
                  },
                  "BlockType": {
                    "$ref": "66"
                  },
                  "DirectionWeights": [
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 1.0,
                      "y": 1.0,
                      "z": 1.0
                    },
                    {
                      "x": 2.0,
                      "y": 1.0,
                      "z": 2.0
                    },
                    {
                      "x": 3.0,
                      "y": 1.0,
                      "z": 3.0
                    },
                    {
                      "x": 4.0,
                      "y": 1.0,
                      "z": 4.0
                    },
                    {
                      "x": 5.0,
                      "y": 1.0,
                      "z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "x": 1.0,
                    "y": 1.0,
                    "z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "275",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 100,
              "BlockType": {
                "$ref": "45"
              },
              "SubModules": []
            }
          ]
        }
      }
    ]
  }
}