{
  "$id": "1",
  "ConfigVersion": 1,
  "MapSizePreset": "Small",
  "Dimensions": {
    "$id": "2",
    "WorldWidth": 72,
    "WorldLength": 72
  },
  "WaterLevel": 60,
  "MaxGenerationHeight": 120,
  "MaxBuildHeight": 160,
  "HeightmapModule": {
    "$id": "3",
    "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
    "Source": {
      "$id": "4",
      "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
      "Config": {
        "$id": "5",
        "Seed": 8675309,
        "PointRadius": 10.0,
        "LandPercentRange": {
          "min": 0.65,
          "max": 0.75
        },
        "CoastlineSize": 1,
        "ShallowOceanSize": 2,
        "DesertWeight": 0.15,
        "WarmForestWeight": 0.2,
        "CoolForestWeight": 0.22,
        "TaigaWeight": 0.08,
        "TundraWeight": 0.03,
        "IceWeight": 0.01,
        "RainforestWeight": 0.15,
        "WetlandWeight": 0.04,
        "SteppeWeight": 0.1,
        "HighDesertWeight": 0.05,
        "NumContinentsRange": {
          "min": 1.0,
          "max": 3.0
        },
        "ContinentAvoidRange": {
          "min": 8.0,
          "max": 16.0
        },
        "NumSmallIslandsRange": {
          "min": 1.0,
          "max": 3.0
        },
        "IslandAvoidRange": {
          "min": 4.0,
          "max": 8.0
        },
        "IslandWeight": 0.05,
        "NumRainforests": 1,
        "NumWarmForests": 1,
        "NumCoolForests": 1,
        "NumTaigas": 1,
        "NumTundras": 1,
        "NumIces": 1,
        "NumDeserts": 1,
        "NumWetlands": 1,
        "NumHighDeserts": 1,
        "NumSteppes": 1,
        "LakeSizeRange": {
          "min": 0.0008,
          "max": 0.0018
        },
        "NumLakesRange": {
          "min": 4.0,
          "max": 8.0
        },
        "NumRiversRange": {
          "min": 2.0,
          "max": 5.0
        },
        "RiverCellAvoidance": 2,
        "RiverCellWidth": 10.0,
        "MaxElevationOceanDistance": 10.0,
        "ElevationPower": 2.0,
        "AutoScale": true,
        "AutoScaleExponent": 0.25,
        "SaveTerrainImage": true
      },
      "OutputIndex": 0
    },
    "Power": 4.0,
    "TerracePoints": 41
  },
  "WaterModule": {
    "$id": "6",
    "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
    "Source": {
      "$id": "7",
      "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
      "Config": {
        "$ref": "5"
      },
      "OutputIndex": 1
    },
    "Power": 4.0,
    "TerracePoints": 61
  },
  "RainfallModule": {
    "$id": "8",
    "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
    "Config": {
      "$ref": "5"
    },
    "OutputIndex": 2
  },
  "TemperatureModule": {
    "$id": "9",
    "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
    "Config": {
      "$ref": "5"
    },
    "OutputIndex": 3
  },
  "Crater": {
    "$id": "10",
    "Frequency": 0.0,
    "RadiusRange": {
      "min": 5.0,
      "max": 50.0
    },
    "DepthRange": {
      "min": 0.1,
      "max": 0.5
    }
  },
  "TerrainModule": {
    "$id": "11",
    "$type": "Eco.WorldGenerator.TerrainModule, Eco.WorldGenerator",
    "Name": "World",
    "Modules": [
      {
        "$id": "12",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Grassland",
        "Module": {
          "$id": "13",
          "BlockDepthRanges": [
            {
              "$id": "14",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "15",
                "Type": "Eco.World.Blocks.DirtBlock, Eco.World"
              },
              "SubModules": [
                {
                  "$id": "16",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "17",
                    "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": "18",
              "NoiseFrequency": 60.0,
              "Min": 2,
              "Max": 6,
              "BlockType": {
                "$ref": "17"
              },
              "SubModules": [
                {
                  "$id": "19",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "20",
                    "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 2.0,
                    "max": 6.0
                  },
                  "PercentChance": 0.75,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "21",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "22",
                    "Type": "Eco.Mods.TechTree.PeatBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 2.0,
                    "max": 6.0
                  },
                  "PercentChance": 0.25,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "23",
              "NoiseFrequency": 40.0,
              "Min": 2,
              "Max": 6,
              "BlockType": {
                "$id": "24",
                "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "25",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "26",
                    "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 2.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "27",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "28",
                    "Type": "Eco.Mods.TechTree.SulfurBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 1.0,
                    "max": 3.0
                  },
                  "PercentChance": 0.08,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "29",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "30",
                    "Type": "Eco.Mods.TechTree.CrushedSulfurBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.06,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "31",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$id": "32",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "33",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "34",
                    "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": "35",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "36",
                    "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": "37",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "38",
                    "Type": "Eco.Mods.TechTree.SulfurBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 8.0,
                    "max": 12.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 99.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "39",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "40",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 12.0,
                    "max": 15.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 35.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "41",
              "NoiseFrequency": 25.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$id": "42",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "43",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "44",
                    "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 10.0,
                    "max": 13.0
                  },
                  "PercentChance": 0.6,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "45",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "46",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 12.0,
                    "max": 15.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 5.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "47",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.01,
                  "DepthRange": {
                    "min": 53.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 15.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 75.0
                  },
                  "BlockType": {
                    "$id": "48",
                    "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": 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": 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": "49",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "50",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 25.0,
                    "max": 27.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 5.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "51",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "52",
                    "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 20.0,
                    "max": 26.0
                  },
                  "PercentChance": 0.6,
                  "NoiseFrequency": 75.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "53",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "50"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 45.0,
                    "max": 48.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 5.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "54",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "55",
                    "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 30.0,
                    "max": 36.0
                  },
                  "PercentChance": 0.75,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "56",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "57",
                    "Type": "Eco.World.Blocks.EmptyBlock, Eco.World"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 25.0,
                    "max": 70.0
                  },
                  "PercentChance": 0.05,
                  "NoiseFrequency": 15.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                }
              ]
            },
            {
              "$id": "58",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 80,
              "BlockType": {
                "$id": "59",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "60",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "61",
                    "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": "62",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$id": "63",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "64",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "RainForest",
        "Module": {
          "$id": "65",
          "BlockDepthRanges": [
            {
              "$id": "66",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "15"
              },
              "SubModules": [
                {
                  "$id": "67",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "17"
                  },
                  "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": "68",
              "NoiseFrequency": 40.0,
              "Min": 4,
              "Max": 6,
              "BlockType": {
                "$id": "69",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "70",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "71",
                    "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": "72",
              "NoiseFrequency": 25.0,
              "Min": 1,
              "Max": 30,
              "BlockType": {
                "$id": "73",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "74",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": -1.0,
                    "max": 3.0
                  },
                  "DepositDepthRange": {
                    "min": -1.0,
                    "max": 3.0
                  },
                  "BlocksCountRange": {
                    "min": 3.0,
                    "max": 8.0
                  },
                  "BlockType": {
                    "$id": "75",
                    "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.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 4.0,
                      "Y": 3.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "76",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$id": "77",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "78",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "79",
                    "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": "80",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.002,
                  "DepthRange": {
                    "min": 1.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": -2.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 6.0,
                    "max": 14.0
                  },
                  "BlockType": {
                    "$id": "81",
                    "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": 0.0,
                      "Y": 1.0,
                      "Z": 0.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 2.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 0.0,
                    "Y": 0.0,
                    "Z": 0.0
                  }
                },
                {
                  "$id": "82",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.0002,
                  "DepthRange": {
                    "min": -1.0,
                    "max": 0.0
                  },
                  "DepositDepthRange": {
                    "min": -1.0,
                    "max": 2.0
                  },
                  "BlocksCountRange": {
                    "min": 3.0,
                    "max": 8.0
                  },
                  "BlockType": {
                    "$id": "83",
                    "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": 0.0,
                      "Y": 0.0,
                      "Z": 0.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 0.0,
                    "Y": 0.0,
                    "Z": 0.0
                  }
                },
                {
                  "$id": "84",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "85",
                    "Type": "Eco.Mods.TechTree.CrushedGoldOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "86",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "87",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 8.0
                  },
                  "DepthRange": {
                    "min": 25.0,
                    "max": 30.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 15.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "88",
              "NoiseFrequency": 25.0,
              "Min": 40,
              "Max": 45,
              "BlockType": {
                "$id": "89",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "90",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "91",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 8.0
                  },
                  "DepthRange": {
                    "min": 40.0,
                    "max": 45.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 15.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "92",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 40.0,
                    "max": 41.0
                  },
                  "DepositDepthRange": {
                    "min": 5.0,
                    "max": 41.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 100.0
                  },
                  "BlockType": {
                    "$id": "93",
                    "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": 3.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 3.0,
                    "Z": 2.0
                  }
                }
              ]
            },
            {
              "$id": "94",
              "NoiseFrequency": 40.0,
              "Min": 45,
              "Max": 50,
              "BlockType": {
                "$id": "95",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "96",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0005,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 55.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 55.0
                  },
                  "BlockType": {
                    "$id": "97",
                    "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": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "98",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0005,
                  "DepthRange": {
                    "min": 51.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 25.0,
                    "max": 45.0
                  },
                  "BlockType": {
                    "$ref": "97"
                  },
                  "DirectionWeights": [
                    {
                      "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": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 5.0,
                      "Z": 2.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": "99",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "100",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 42.0,
                    "max": 45.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "101",
              "NoiseFrequency": 15.0,
              "Min": 60,
              "Max": 70,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "102",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.005,
                  "DepthRange": {
                    "min": 60.0,
                    "max": 80.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 80.0
                  },
                  "BlocksCountRange": {
                    "min": 5.0,
                    "max": 25.0
                  },
                  "BlockType": {
                    "$ref": "75"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 2.0,
                      "Z": 2.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 4.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 6.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "103",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 100,
              "BlockType": {
                "$ref": "63"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "104",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "WarmForest",
        "Module": {
          "$id": "105",
          "BlockDepthRanges": [
            {
              "$id": "106",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "15"
              },
              "SubModules": [
                {
                  "$id": "107",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "17"
                  },
                  "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": "108",
              "NoiseFrequency": 40.0,
              "Min": 6,
              "Max": 15,
              "BlockType": {
                "$ref": "17"
              },
              "SubModules": [
                {
                  "$id": "109",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "20"
                  },
                  "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": "110",
              "NoiseFrequency": 15.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "111",
                "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "112",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "113",
                    "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": "114",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "115",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "116",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "117",
                    "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": "118",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.03,
                  "DepthRange": {
                    "min": 15.0,
                    "max": 30.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 30.0
                  },
                  "BlocksCountRange": {
                    "min": 3.0,
                    "max": 17.0
                  },
                  "BlockType": {
                    "$id": "119",
                    "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": 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
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "120",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.03,
                  "DepthRange": {
                    "min": 25.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 55.0
                  },
                  "BlocksCountRange": {
                    "min": 6.0,
                    "max": 25.0
                  },
                  "BlockType": {
                    "$id": "121",
                    "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": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "122",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 65,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "123",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "124",
                    "Type": "Eco.Mods.TechTree.SulfurBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 20.0,
                    "max": 24.0
                  },
                  "PercentChance": 0.5,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "125",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "63"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "126",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "ColdForest",
        "Module": {
          "$id": "127",
          "BlockDepthRanges": [
            {
              "$id": "128",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "15"
              },
              "SubModules": [
                {
                  "$id": "129",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "17"
                  },
                  "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": "130",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$ref": "17"
              },
              "SubModules": []
            },
            {
              "$id": "131",
              "NoiseFrequency": 40.0,
              "Min": 5,
              "Max": 15,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "132",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "133",
                    "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": "134",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$ref": "115"
              },
              "SubModules": [
                {
                  "$id": "135",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "117"
                  },
                  "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": "136",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0175,
                  "DepthRange": {
                    "min": 1.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": -2.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 6.0,
                    "max": 14.0
                  },
                  "BlockType": {
                    "$id": "137",
                    "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": 0.0,
                      "Y": 1.0,
                      "Z": 0.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 2.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 0.0,
                    "Y": 0.0,
                    "Z": 0.0
                  }
                }
              ]
            },
            {
              "$id": "138",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 65,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "139",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 35.0,
                    "max": 45.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 45.0
                  },
                  "BlocksCountRange": {
                    "min": 5.0,
                    "max": 50.0
                  },
                  "BlockType": {
                    "$id": "140",
                    "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": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 5.0,
                      "Y": 3.0,
                      "Z": 5.0
                    },
                    {
                      "X": 4.0,
                      "Y": 2.0,
                      "Z": 4.0
                    },
                    {
                      "X": 2.0,
                      "Y": 4.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 2.0,
                    "Y": 1.0,
                    "Z": 2.0
                  }
                }
              ]
            },
            {
              "$id": "141",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "63"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "142",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Taiga",
        "Module": {
          "$id": "143",
          "BlockDepthRanges": [
            {
              "$id": "144",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "15"
              },
              "SubModules": [
                {
                  "$id": "145",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "146",
                    "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": "147",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "17"
                  },
                  "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": "148",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$id": "149",
                "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "150",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "151",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "113"
                  },
                  "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": "152",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "153",
                "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "154",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "155",
                    "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": "156",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "157",
                    "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": "158",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 70,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "159",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0015,
                  "DepthRange": {
                    "min": 25.0,
                    "max": 40.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 40.0
                  },
                  "BlocksCountRange": {
                    "min": 25.0,
                    "max": 100.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": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "161",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.002,
                  "DepthRange": {
                    "min": 40.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 5.0,
                    "max": 35.0
                  },
                  "BlockType": {
                    "$id": "162",
                    "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": 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
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 3.0,
                    "Z": 2.0
                  }
                },
                {
                  "$id": "163",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.01,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 3.0,
                    "max": 15.0
                  },
                  "BlockType": {
                    "$id": "164",
                    "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "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": 2.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 3.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 3.0
                  }
                },
                {
                  "$id": "165",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.002,
                  "DepthRange": {
                    "min": 65.0,
                    "max": 75.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 75.0
                  },
                  "BlocksCountRange": {
                    "min": 3.0,
                    "max": 15.0
                  },
                  "BlockType": {
                    "$ref": "164"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 2.0,
                      "Z": 3.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "166",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 120,
              "BlockType": {
                "$ref": "63"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "167",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Tundra",
        "Module": {
          "$id": "168",
          "BlockDepthRanges": [
            {
              "$id": "169",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "15"
              },
              "SubModules": [
                {
                  "$id": "170",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "146"
                  },
                  "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": "171",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "172",
                    "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": "173",
              "NoiseFrequency": 40.0,
              "Min": 1,
              "Max": 3,
              "BlockType": {
                "$ref": "149"
              },
              "SubModules": [
                {
                  "$id": "174",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "175",
                    "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": "176",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "177",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "113"
                  },
                  "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": "178",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "153"
              },
              "SubModules": [
                {
                  "$id": "179",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "155"
                  },
                  "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": "180",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "181",
                    "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": "182",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "157"
                  },
                  "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": "183",
              "NoiseFrequency": 40.0,
              "Min": 65,
              "Max": 75,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "184",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "185",
                    "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": "186",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.002,
                  "DepthRange": {
                    "min": 60.0,
                    "max": 100.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 100.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 68.0
                  },
                  "BlockType": {
                    "$id": "187",
                    "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": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 2.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "188",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.003,
                  "DepthRange": {
                    "min": 30.0,
                    "max": 100.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 100.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 68.0
                  },
                  "BlockType": {
                    "$id": "189",
                    "Type": "Eco.Mods.TechTree.SulfurBlock, 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": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 2.0
                    },
                    {
                      "X": 2.0,
                      "Y": 1.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "190",
              "NoiseFrequency": 25.0,
              "Min": 70,
              "Max": 85,
              "BlockType": {
                "$id": "191",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "192",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Ice",
        "Module": {
          "$id": "193",
          "BlockDepthRanges": [
            {
              "$id": "194",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 8,
              "BlockType": {
                "$id": "195",
                "Type": "Eco.World.Blocks.IceBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "196",
              "NoiseFrequency": 40.0,
              "Min": 10,
              "Max": 30,
              "BlockType": {
                "$ref": "111"
              },
              "SubModules": [
                {
                  "$id": "197",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "113"
                  },
                  "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": "198",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 30,
              "BlockType": {
                "$ref": "153"
              },
              "SubModules": [
                {
                  "$id": "199",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "155"
                  },
                  "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": "200",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.005,
                  "DepthRange": {
                    "min": 10.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 20.0,
                    "max": 60.0
                  },
                  "BlockType": {
                    "$id": "201",
                    "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": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "202",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.002,
                  "DepthRange": {
                    "min": -1.0,
                    "max": 15.0
                  },
                  "DepositDepthRange": {
                    "min": -1.0,
                    "max": 15.0
                  },
                  "BlocksCountRange": {
                    "min": 4.0,
                    "max": 12.0
                  },
                  "BlockType": {
                    "$id": "203",
                    "Type": "Eco.Mods.TechTree.CrushedCopperOreBlock, 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": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "204",
              "NoiseFrequency": 40.0,
              "Min": 60,
              "Max": 75,
              "BlockType": {
                "$ref": "59"
              },
              "SubModules": [
                {
                  "$id": "205",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": true,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 50.0,
                    "max": 60.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 60.0
                  },
                  "BlocksCountRange": {
                    "min": 60.0,
                    "max": 200.0
                  },
                  "BlockType": {
                    "$ref": "201"
                  },
                  "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": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 1.0
                    },
                    {
                      "X": 2.0,
                      "Y": 4.0,
                      "Z": 2.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 2.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "206",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$ref": "63"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "207",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Desert",
        "Module": {
          "$id": "208",
          "BlockDepthRanges": [
            {
              "$id": "209",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "210",
                "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "211",
              "NoiseFrequency": 25.0,
              "Min": 4,
              "Max": 6,
              "BlockType": {
                "$id": "212",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": [
                {
                  "$id": "213",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "214",
                    "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": "215",
              "NoiseFrequency": 15.0,
              "Min": 1,
              "Max": 20,
              "BlockType": {
                "$ref": "212"
              },
              "SubModules": [
                {
                  "$id": "216",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "217",
                    "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": "218",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "219",
                    "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": "220",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "221",
                    "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": "222",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "223",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "224",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "225",
                    "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": "226",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "227",
                    "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": "228",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "229",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 8.0,
                    "max": 11.0
                  },
                  "PercentChance": 0.075,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "230",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 50.0
                  },
                  "BlockType": {
                    "$id": "231",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 5.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "232",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 40.0,
                    "max": 250.0
                  },
                  "BlockType": {
                    "$id": "233",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 2.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "234",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 14.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 35.0,
                    "max": 140.0
                  },
                  "BlockType": {
                    "$id": "235",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 4.0,
                      "Y": 3.0,
                      "Z": 4.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 2.0,
                    "Z": 2.0
                  }
                },
                {
                  "$id": "236",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 18.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 150.0
                  },
                  "BlockType": {
                    "$id": "237",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 5.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 4.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 4.0,
                    "Z": 2.0
                  }
                },
                {
                  "$id": "238",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.02,
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "DepositDepthRange": {
                    "min": -2.0,
                    "max": 1.0
                  },
                  "BlocksCountRange": {
                    "min": 8.0,
                    "max": 15.0
                  },
                  "BlockType": {
                    "$id": "239",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 1.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "240",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$id": "241",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "242",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "243",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 21.0,
                    "max": 23.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "244",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 20.0,
                    "max": 24.0
                  },
                  "DepositDepthRange": {
                    "min": 5.0,
                    "max": 30.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 300.0
                  },
                  "BlockType": {
                    "$id": "245",
                    "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": 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": 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": "246",
                  "$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": "247",
                    "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": 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": 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": "248",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "249",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 50.0,
                    "max": 53.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "250",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 48.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 35.0,
                    "max": 55.0
                  },
                  "BlocksCountRange": {
                    "min": 50.0,
                    "max": 150.0
                  },
                  "BlockType": {
                    "$ref": "245"
                  },
                  "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": 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
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 1.0,
                    "Z": 3.0
                  }
                },
                {
                  "$id": "251",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "252",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 200.0
                  },
                  "PercentChance": 0.01,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "253",
              "NoiseFrequency": 25.0,
              "Min": 58,
              "Max": 65,
              "BlockType": {
                "$id": "254",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "255",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Ocean",
        "Module": {
          "$id": "256",
          "BlockDepthRanges": [
            {
              "$id": "257",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "258",
                "Type": "Eco.World.Blocks.DirtBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "259",
              "NoiseFrequency": 40.0,
              "Min": 4,
              "Max": 15,
              "BlockType": {
                "$id": "260",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "261",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 15,
              "BlockType": {
                "$id": "262",
                "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "263",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "264",
                    "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": "265",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 100,
              "BlockType": {
                "$id": "266",
                "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "267",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "268",
                    "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": "269",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "DeepOcean",
        "Module": {
          "$id": "270",
          "BlockDepthRanges": [
            {
              "$id": "271",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "258"
              },
              "SubModules": []
            },
            {
              "$id": "272",
              "NoiseFrequency": 25.0,
              "Min": 2,
              "Max": 10,
              "BlockType": {
                "$id": "273",
                "Type": "Eco.World.Blocks.SandBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "274",
              "NoiseFrequency": 1.0,
              "Min": 0,
              "Max": 100,
              "BlockType": {
                "$ref": "266"
              },
              "SubModules": [
                {
                  "$id": "275",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "276",
                    "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": "277",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "ColdCoast",
        "Module": {
          "$id": "278",
          "BlockDepthRanges": [
            {
              "$id": "279",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "260"
              },
              "SubModules": []
            },
            {
              "$id": "280",
              "NoiseFrequency": 25.0,
              "Min": 5,
              "Max": 15,
              "BlockType": {
                "$ref": "273"
              },
              "SubModules": []
            },
            {
              "$id": "281",
              "NoiseFrequency": 100.0,
              "Min": 8,
              "Max": 14,
              "BlockType": {
                "$ref": "262"
              },
              "SubModules": [
                {
                  "$id": "282",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "283",
                    "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": "284",
              "NoiseFrequency": 40.0,
              "Min": 12,
              "Max": 16,
              "BlockType": {
                "$id": "285",
                "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "286",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "287",
                    "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": "288",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 30,
              "BlockType": {
                "$ref": "262"
              },
              "SubModules": []
            },
            {
              "$id": "289",
              "NoiseFrequency": 40.0,
              "Min": 28,
              "Max": 40,
              "BlockType": {
                "$ref": "285"
              },
              "SubModules": [
                {
                  "$id": "290",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "291",
                    "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 34.0,
                    "max": 37.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 15.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "292",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0003,
                  "DepthRange": {
                    "min": 34.0,
                    "max": 37.0
                  },
                  "DepositDepthRange": {
                    "min": 28.0,
                    "max": 40.0
                  },
                  "BlocksCountRange": {
                    "min": 25.0,
                    "max": 150.0
                  },
                  "BlockType": {
                    "$ref": "291"
                  },
                  "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": 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": 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": "293",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 75,
              "BlockType": {
                "$ref": "266"
              },
              "SubModules": []
            },
            {
              "$id": "294",
              "NoiseFrequency": 40.0,
              "Min": 70,
              "Max": 100,
              "BlockType": {
                "$id": "295",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "296",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "WarmCoast",
        "Module": {
          "$id": "297",
          "BlockDepthRanges": [
            {
              "$id": "298",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$ref": "260"
              },
              "SubModules": []
            },
            {
              "$id": "299",
              "NoiseFrequency": 25.0,
              "Min": 4,
              "Max": 15,
              "BlockType": {
                "$ref": "273"
              },
              "SubModules": []
            },
            {
              "$id": "300",
              "NoiseFrequency": 100.0,
              "Min": 10,
              "Max": 15,
              "BlockType": {
                "$ref": "262"
              },
              "SubModules": [
                {
                  "$id": "301",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "302",
                    "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": "303",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 25,
              "BlockType": {
                "$ref": "285"
              },
              "SubModules": [
                {
                  "$id": "304",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "305",
                    "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": "306",
              "NoiseFrequency": 40.0,
              "Min": 18,
              "Max": 30,
              "BlockType": {
                "$ref": "262"
              },
              "SubModules": []
            },
            {
              "$id": "307",
              "NoiseFrequency": 40.0,
              "Min": 37,
              "Max": 50,
              "BlockType": {
                "$ref": "285"
              },
              "SubModules": [
                {
                  "$id": "308",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "291"
                  },
                  "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": "309",
                  "$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": 20.0,
                    "max": 500.0
                  },
                  "BlockType": {
                    "$ref": "291"
                  },
                  "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": 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": 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": "310",
              "NoiseFrequency": 40.0,
              "Min": 50,
              "Max": 55,
              "BlockType": {
                "$ref": "295"
              },
              "SubModules": []
            },
            {
              "$id": "311",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$ref": "266"
              },
              "SubModules": []
            }
          ]
        }
      },
      {
        "$id": "312",
        "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
        "BiomeName": "Wetland",
        "Module": {
          "$id": "313",
          "BlockDepthRanges": [
            {
              "$id": "314",
              "NoiseFrequency": 40.0,
              "Min": 0,
              "Max": 0,
              "BlockType": {
                "$id": "315",
                "Type": "Eco.World.Blocks.WetlandsSoilBlock, Eco.World"
              },
              "SubModules": []
            },
            {
              "$id": "316",
              "NoiseFrequency": 25.0,
              "Min": 4,
              "Max": 6,
              "BlockType": {
                "$id": "317",
                "Type": "Eco.Mods.TechTree.PeatBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "318",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "319",
                    "Type": "Eco.World.Blocks.DirtBlock, 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": "320",
              "NoiseFrequency": 15.0,
              "Min": 1,
              "Max": 12,
              "BlockType": {
                "$id": "321",
                "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "322",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "323",
                    "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
                  },
                  "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": "324",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "325",
                    "Type": "Eco.Mods.TechTree.CrushedShaleBlock, 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": "326",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "327",
                    "Type": "Eco.Mods.TechTree.CrushedCoalBlock, 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": "328",
              "NoiseFrequency": 25.0,
              "Min": 0,
              "Max": 20,
              "BlockType": {
                "$id": "329",
                "Type": "Eco.World.Blocks.DirtBlock, Eco.World"
              },
              "SubModules": [
                {
                  "$id": "330",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "325"
                  },
                  "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": "331",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "327"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "PercentChance": 0.4,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Blobs"
                },
                {
                  "$id": "332",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "333",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 8.0,
                    "max": 11.0
                  },
                  "PercentChance": 0.075,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "334",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 50.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 5.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 5.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "335",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 8.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 40.0,
                    "max": 250.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 2.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 1.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 2.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                },
                {
                  "$id": "336",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 14.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 35.0,
                    "max": 140.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 4.0,
                      "Y": 3.0,
                      "Z": 4.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 2.0,
                    "Z": 2.0
                  }
                },
                {
                  "$id": "337",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.0025,
                  "DepthRange": {
                    "min": 18.0,
                    "max": 20.0
                  },
                  "DepositDepthRange": {
                    "min": 0.0,
                    "max": 20.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 150.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 2.0,
                      "Z": 5.0
                    },
                    {
                      "X": 3.0,
                      "Y": 4.0,
                      "Z": 5.0
                    },
                    {
                      "X": 2.0,
                      "Y": 3.0,
                      "Z": 4.0
                    },
                    {
                      "X": 1.0,
                      "Y": 4.0,
                      "Z": 3.0
                    },
                    {
                      "X": 5.0,
                      "Y": 2.0,
                      "Z": 2.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 4.0,
                    "Z": 2.0
                  }
                },
                {
                  "$id": "338",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.02,
                  "DepthRange": {
                    "min": 0.0,
                    "max": 1.0
                  },
                  "DepositDepthRange": {
                    "min": -2.0,
                    "max": 1.0
                  },
                  "BlocksCountRange": {
                    "min": 8.0,
                    "max": 15.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "DirectionWeights": [
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    },
                    {
                      "X": 1.0,
                      "Y": 3.0,
                      "Z": 1.0
                    },
                    {
                      "X": 3.0,
                      "Y": 2.0,
                      "Z": 3.0
                    },
                    {
                      "X": 1.0,
                      "Y": 1.0,
                      "Z": 1.0
                    }
                  ],
                  "WeightVariance": {
                    "X": 1.0,
                    "Y": 1.0,
                    "Z": 1.0
                  }
                }
              ]
            },
            {
              "$id": "339",
              "NoiseFrequency": 40.0,
              "Min": 55,
              "Max": 60,
              "BlockType": {
                "$id": "340",
                "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
              },
              "SubModules": [
                {
                  "$id": "341",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "342",
                    "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 20.0,
                    "max": 21.0
                  },
                  "PercentChance": 1.0,
                  "NoiseFrequency": 3.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "343",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "333"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 21.0,
                    "max": 23.0
                  },
                  "PercentChance": 0.15,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "344",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 20.0,
                    "max": 24.0
                  },
                  "DepositDepthRange": {
                    "min": 5.0,
                    "max": 30.0
                  },
                  "BlocksCountRange": {
                    "min": 15.0,
                    "max": 300.0
                  },
                  "BlockType": {
                    "$ref": "333"
                  },
                  "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": 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": 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": "345",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$ref": "333"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 38.0,
                    "max": 44.0
                  },
                  "PercentChance": 0.2,
                  "NoiseFrequency": 25.0,
                  "NoiseType": "RidgedMulti",
                  "NoiseDistributionType": "Bands"
                },
                {
                  "$id": "346",
                  "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator",
                  "SpawnAtLeastOne": false,
                  "SpawnPercentChance": 0.001,
                  "DepthRange": {
                    "min": 48.0,
                    "max": 55.0
                  },
                  "DepositDepthRange": {
                    "min": 25.0,
                    "max": 55.0
                  },
                  "BlocksCountRange": {
                    "min": 75.0,
                    "max": 200.0
                  },
                  "BlockType": {
                    "$id": "347",
                    "Type": "Eco.World.Blocks.EmptyBlock, Eco.World"
                  },
                  "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": 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
                    }
                  ],
                  "WeightVariance": {
                    "X": 3.0,
                    "Y": 1.0,
                    "Z": 3.0
                  }
                },
                {
                  "$id": "348",
                  "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
                  "BlockType": {
                    "$id": "349",
                    "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
                  },
                  "HeightRange": {
                    "min": -1.0,
                    "max": 1.0
                  },
                  "DepthRange": {
                    "min": 45.0,
                    "max": 60.0
                  },
                  "PercentChance": 0.8,
                  "NoiseFrequency": 15.0,
                  "NoiseType": "Perlin",
                  "NoiseDistributionType": "Bands"
                }
              ]
            },
            {
              "$id": "350",
              "NoiseFrequency": 25.0,
              "Min": 58,
              "Max": 65,
              "BlockType": {
                "$id": "351",
                "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
              },
              "SubModules": []
            }
          ]
        }
      }
    ]
  }
}
