server-config/Configs/WorldGenerator.eco
Hactarus 36e3eb27c9 Revert "Diff config"
This reverts commit 5dd448ed25
2020-09-09 08:58:06 +00:00

3299 lines
No EOL
98 KiB
Text

{
"$id": "1",
"Seed": 1283691789,
"Dimensions": {
"x": 100,
"y": 100
},
"WaterLevel": 45,
"Height": 160,
"SpawnLocation": {
"x": 545,
"y": 0,
"z": 504
},
"HeightmapModule": {
"$id": "2",
"$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
"Source": {
"$id": "3",
"$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
"Config": {
"$id": "4",
"PointRadius": 10.0,
"LandPercentRange": {
"min": 0.45,
"max": 0.55
},
"CoastlineSize": 1,
"ShallowOceanSize": 2,
"DesertPercent": 0.06,
"WarmForestPercent": 0.08,
"CoolForestPercent": 0.18,
"TaigaPercent": 0.1,
"TundraPercent": 0.04,
"IcePercent": 0.005,
"RainforestPercent": 0.12,
"SteppePercent": 0.06,
"HighDesertPercent": 0.04,
"NumContinentsRange": {
"min": 1.0,
"max": 3.0
},
"ContinentAvoidRange": {
"min": 8.0,
"max": 16.0
},
"IslandPercent": 0.05,
"NumSmallIslandsRange": {
"min": 1.0,
"max": 3.0
},
"IslandAvoidRange": {
"min": 4.0,
"max": 8.0
},
"NumRainforests": 1,
"NumWarmForests": 1,
"NumCoolForests": 1,
"NumTaigas": 1,
"NumTundras": 1,
"NumIces": 1,
"NumDeserts": 1,
"NumHighDeserts": 2,
"NumSteppes": 2,
"LakeSizeRange": {
"min": 0.0008,
"max": 0.0018
},
"NumLakesRange": {
"min": 4.0,
"max": 8.0
},
"NumRiversRange": {
"min": 2.0,
"max": 5.0
},
"RiverAvoidance": 2,
"RiverWidth": 10.0,
"MaxElevationOceanDistance": 10.0,
"ElevationPower": 2.0,
"AutoScale": true,
"AutoScaleExponent": 0.25,
"SaveTerrainImage": false
},
"OutputIndex": 0
},
"InvertTerraces": false,
"Power": 4.0,
"TerracePoints": 41
},
"WaterModule": {
"$id": "5",
"$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator",
"Source": {
"$id": "6",
"$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
"Config": {
"$ref": "4"
},
"OutputIndex": 1
},
"InvertTerraces": false,
"Power": 4.0,
"TerracePoints": 61
},
"RainfallModule": {
"$id": "7",
"$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
"Config": {
"$ref": "4"
},
"OutputIndex": 2
},
"TemperatureModule": {
"$id": "8",
"$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator",
"Config": {
"$ref": "4"
},
"OutputIndex": 3
},
"Crater": {
"$id": "9",
"Frequency": 0.0,
"RadiusRange": {
"min": 5.0,
"max": 50.0
},
"DepthRange": {
"min": 0.1,
"max": 0.5
}
},
"TerrainModule": {
"$id": "10",
"$type": "Eco.WorldGenerator.TerrainModule, Eco.WorldGenerator",
"Name": "World",
"Modules": [
{
"$id": "11",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Grassland",
"Module": {
"$id": "12",
"BlockDepthRanges": [
{
"$id": "13",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "14",
"Type": "Eco.World.Blocks.DirtBlock, Eco.World"
},
"SubModules": [
{
"$id": "15",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "16",
"Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "17",
"NoiseFrequency": 60.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "16"
},
"SubModules": [
{
"$id": "18",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "19",
"Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "20",
"NoiseFrequency": 40.0,
"Min": 2,
"Max": 30,
"BlockType": {
"$id": "21",
"Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "22",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 70,
"BlockType": {
"$id": "23",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "24",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "25",
"Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.1,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "26",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "27",
"Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 13.0,
"max": 16.0
},
"PercentChance": 0.7,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "28",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$id": "29",
"Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "30",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "31",
"Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 70.0
},
"PercentChance": 0.01,
"NoiseFrequency": 50.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "32",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "33",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "34",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "RainForest",
"Module": {
"$id": "35",
"BlockDepthRanges": [
{
"$id": "36",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "14"
},
"SubModules": [
{
"$id": "37",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "16"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "38",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 20,
"BlockType": {
"$ref": "16"
},
"SubModules": [
{
"$id": "39",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "19"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.55,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "40",
"NoiseFrequency": 40.0,
"Min": 2,
"Max": 70,
"BlockType": {
"$id": "41",
"Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "42",
"NoiseFrequency": 40.0,
"Min": 20,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "43",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 20.0,
"max": 40.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "44",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 40.0,
"max": 70.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "45",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "46",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "WarmForest",
"Module": {
"$id": "47",
"BlockDepthRanges": [
{
"$id": "48",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "14"
},
"SubModules": [
{
"$id": "49",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "16"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "50",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 8,
"BlockType": {
"$ref": "16"
},
"SubModules": [
{
"$id": "51",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "19"
},
"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": "52",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 40,
"BlockType": {
"$id": "53",
"Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "54",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "55",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 16.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "56",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 16.0,
"max": 40.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "57",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "58",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "ColdForest",
"Module": {
"$id": "59",
"BlockDepthRanges": [
{
"$id": "60",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "14"
},
"SubModules": [
{
"$id": "61",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "16"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "62",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "16"
},
"SubModules": []
},
{
"$id": "63",
"NoiseFrequency": 40.0,
"Min": 5,
"Max": 10,
"BlockType": {
"$ref": "53"
},
"SubModules": []
},
{
"$id": "64",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "65",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 30.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "66",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 70.0
},
"PercentChance": 0.02,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "67",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "68",
"Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.02,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "69",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "70",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Taiga",
"Module": {
"$id": "71",
"BlockDepthRanges": [
{
"$id": "72",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "14"
},
"SubModules": [
{
"$id": "73",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "74",
"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": "75",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "16"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.1,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "76",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$id": "77",
"Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
},
"SubModules": []
},
{
"$id": "78",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 20,
"BlockType": {
"$ref": "53"
},
"SubModules": []
},
{
"$id": "79",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "80",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "81",
"Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "82",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 20.0,
"max": 30.0
},
"PercentChance": 0.4,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "83",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.08,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "84",
"NoiseFrequency": 40.0,
"Min": 40,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "85",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Tundra",
"Module": {
"$id": "86",
"BlockDepthRanges": [
{
"$id": "87",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "14"
},
"SubModules": [
{
"$id": "88",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "74"
},
"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": "89",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "90",
"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": "91",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "77"
},
"SubModules": [
{
"$id": "92",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "93",
"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": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "94",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 30,
"BlockType": {
"$ref": "53"
},
"SubModules": []
},
{
"$id": "95",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "96",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 70.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "97",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 30.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "98",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.09,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "99",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "100",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Ice",
"Module": {
"$id": "101",
"BlockDepthRanges": [
{
"$id": "102",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 8,
"BlockType": {
"$id": "103",
"Type": "Eco.World.Blocks.IceBlock, Eco.World"
},
"SubModules": []
},
{
"$id": "104",
"NoiseFrequency": 40.0,
"Min": 6,
"Max": 8,
"BlockType": {
"$ref": "74"
},
"SubModules": []
},
{
"$id": "105",
"NoiseFrequency": 40.0,
"Min": 9,
"Max": 30,
"BlockType": {
"$ref": "53"
},
"SubModules": []
},
{
"$id": "106",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "29"
},
"SubModules": [
{
"$id": "107",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 30.0
},
"PercentChance": 0.005,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "108",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "81"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "109",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "31"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "110",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "33"
},
"SubModules": []
}
]
}
},
{
"$id": "111",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Desert",
"Module": {
"$id": "112",
"BlockDepthRanges": [
{
"$id": "113",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "114",
"Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
},
"SubModules": [
{
"$id": "115",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "116",
"Type": "Eco.World.Blocks.SandBlock, Eco.World"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.08,
"NoiseFrequency": 40.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "117",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "114"
},
"SubModules": [
{
"$id": "118",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "119",
"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": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "120",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 60,
"BlockType": {
"$id": "121",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "122",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "123",
"Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 9.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "124",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "123"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 10.0,
"max": 15.0
},
"PercentChance": 0.25,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "125",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "123"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 16.0,
"max": 30.0
},
"PercentChance": 0.1,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "126",
"NoiseFrequency": 40.0,
"Min": 40,
"Max": 100,
"BlockType": {
"$id": "127",
"Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "128",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "129",
"Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 25.0
},
"PercentChance": 0.005,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "130",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "131",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "132",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Ocean",
"Module": {
"$id": "133",
"BlockDepthRanges": [
{
"$id": "134",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "135",
"Type": "Eco.World.Blocks.DirtBlock, Eco.World"
},
"SubModules": [
{
"$id": "136",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "137",
"Type": "Eco.World.Blocks.SandBlock, Eco.World"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.4,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "138",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 5,
"BlockType": {
"$id": "139",
"Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "140",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 15,
"BlockType": {
"$ref": "137"
},
"SubModules": [
{
"$id": "141",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "142",
"Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
},
"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": "143",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$id": "144",
"Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "145",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "DeepOcean",
"Module": {
"$id": "146",
"BlockDepthRanges": [
{
"$id": "147",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "135"
},
"SubModules": [
{
"$id": "148",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "137"
},
"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": "149",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 10,
"BlockType": {
"$ref": "137"
},
"SubModules": [
{
"$id": "150",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "142"
},
"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": "151",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "144"
},
"SubModules": []
}
]
}
},
{
"$id": "152",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "ColdCoast",
"Module": {
"$id": "153",
"BlockDepthRanges": [
{
"$id": "154",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 9,
"BlockType": {
"$ref": "137"
},
"SubModules": []
},
{
"$id": "155",
"NoiseFrequency": 100.0,
"Min": 6,
"Max": 10,
"BlockType": {
"$ref": "139"
},
"SubModules": []
},
{
"$id": "156",
"NoiseFrequency": 40.0,
"Min": 10,
"Max": 20,
"BlockType": {
"$id": "157",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "158",
"NoiseFrequency": 40.0,
"Min": 18,
"Max": 30,
"BlockType": {
"$ref": "139"
},
"SubModules": []
},
{
"$id": "159",
"NoiseFrequency": 40.0,
"Min": 28,
"Max": 40,
"BlockType": {
"$ref": "157"
},
"SubModules": []
},
{
"$id": "160",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "161",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "162",
"NoiseFrequency": 40.0,
"Min": 60,
"Max": 100,
"BlockType": {
"$ref": "144"
},
"SubModules": []
}
]
}
},
{
"$id": "163",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "WarmCoast",
"Module": {
"$id": "164",
"BlockDepthRanges": [
{
"$id": "165",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 9,
"BlockType": {
"$ref": "137"
},
"SubModules": []
},
{
"$id": "166",
"NoiseFrequency": 100.0,
"Min": 6,
"Max": 10,
"BlockType": {
"$ref": "139"
},
"SubModules": []
},
{
"$id": "167",
"NoiseFrequency": 40.0,
"Min": 10,
"Max": 20,
"BlockType": {
"$ref": "157"
},
"SubModules": []
},
{
"$id": "168",
"NoiseFrequency": 40.0,
"Min": 18,
"Max": 30,
"BlockType": {
"$ref": "139"
},
"SubModules": []
},
{
"$id": "169",
"NoiseFrequency": 40.0,
"Min": 28,
"Max": 40,
"BlockType": {
"$ref": "157"
},
"SubModules": []
},
{
"$id": "170",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "161"
},
"SubModules": []
},
{
"$id": "171",
"NoiseFrequency": 40.0,
"Min": 60,
"Max": 100,
"BlockType": {
"$ref": "144"
},
"SubModules": []
}
]
}
},
{
"$id": "172",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Grassland",
"Module": {
"$id": "173",
"BlockDepthRanges": [
{
"$id": "174",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "175",
"Type": "Eco.World.Blocks.DirtBlock, Eco.World"
},
"SubModules": [
{
"$id": "176",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "177",
"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": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "178",
"NoiseFrequency": 60.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "177"
},
"SubModules": [
{
"$id": "179",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "180",
"Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
},
"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": "181",
"NoiseFrequency": 40.0,
"Min": 2,
"Max": 30,
"BlockType": {
"$id": "182",
"Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "183",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 70,
"BlockType": {
"$id": "184",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "185",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "186",
"Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.1,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "187",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "188",
"Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 13.0,
"max": 16.0
},
"PercentChance": 0.7,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "189",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$id": "190",
"Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "191",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "192",
"Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 70.0
},
"PercentChance": 0.01,
"NoiseFrequency": 50.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "193",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "194",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "195",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "RainForest",
"Module": {
"$id": "196",
"BlockDepthRanges": [
{
"$id": "197",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "175"
},
"SubModules": [
{
"$id": "198",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "177"
},
"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": "199",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 20,
"BlockType": {
"$ref": "177"
},
"SubModules": [
{
"$id": "200",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "180"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.55,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "201",
"NoiseFrequency": 40.0,
"Min": 2,
"Max": 70,
"BlockType": {
"$id": "202",
"Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "203",
"NoiseFrequency": 40.0,
"Min": 20,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "204",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 20.0,
"max": 40.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "205",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 40.0,
"max": 70.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "206",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "207",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "WarmForest",
"Module": {
"$id": "208",
"BlockDepthRanges": [
{
"$id": "209",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "175"
},
"SubModules": [
{
"$id": "210",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "177"
},
"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": "211",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 8,
"BlockType": {
"$ref": "177"
},
"SubModules": [
{
"$id": "212",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "180"
},
"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": "213",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 40,
"BlockType": {
"$id": "214",
"Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "215",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "216",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 16.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "217",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 16.0,
"max": 40.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "218",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "219",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "ColdForest",
"Module": {
"$id": "220",
"BlockDepthRanges": [
{
"$id": "221",
"NoiseFrequency": 1.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "175"
},
"SubModules": [
{
"$id": "222",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "177"
},
"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": "223",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "177"
},
"SubModules": []
},
{
"$id": "224",
"NoiseFrequency": 40.0,
"Min": 5,
"Max": 10,
"BlockType": {
"$ref": "214"
},
"SubModules": []
},
{
"$id": "225",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "226",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 30.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "227",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 70.0
},
"PercentChance": 0.02,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "228",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "229",
"Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.02,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "230",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "231",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Taiga",
"Module": {
"$id": "232",
"BlockDepthRanges": [
{
"$id": "233",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "175"
},
"SubModules": [
{
"$id": "234",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "235",
"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": "236",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "177"
},
"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": "237",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$id": "238",
"Type": "Eco.World.Blocks.RockySoilBlock, Eco.World"
},
"SubModules": []
},
{
"$id": "239",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 20,
"BlockType": {
"$ref": "214"
},
"SubModules": []
},
{
"$id": "240",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "241",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "242",
"Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "243",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 20.0,
"max": 30.0
},
"PercentChance": 0.4,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "244",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.08,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "245",
"NoiseFrequency": 40.0,
"Min": 40,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "246",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Tundra",
"Module": {
"$id": "247",
"BlockDepthRanges": [
{
"$id": "248",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "175"
},
"SubModules": [
{
"$id": "249",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "235"
},
"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": "250",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "251",
"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": "252",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "238"
},
"SubModules": [
{
"$id": "253",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "254",
"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": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "255",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 30,
"BlockType": {
"$ref": "214"
},
"SubModules": []
},
{
"$id": "256",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "257",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 70.0
},
"PercentChance": 0.01,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "258",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 30.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "259",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.09,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "260",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "261",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Ice",
"Module": {
"$id": "262",
"BlockDepthRanges": [
{
"$id": "263",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 8,
"BlockType": {
"$id": "264",
"Type": "Eco.World.Blocks.IceBlock, Eco.World"
},
"SubModules": []
},
{
"$id": "265",
"NoiseFrequency": 40.0,
"Min": 6,
"Max": 8,
"BlockType": {
"$ref": "235"
},
"SubModules": []
},
{
"$id": "266",
"NoiseFrequency": 40.0,
"Min": 9,
"Max": 30,
"BlockType": {
"$ref": "214"
},
"SubModules": []
},
{
"$id": "267",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "190"
},
"SubModules": [
{
"$id": "268",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 30.0
},
"PercentChance": 0.005,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "269",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "242"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 30.0,
"max": 40.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "Billow",
"NoiseDistributionType": "Blobs"
},
{
"$id": "270",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "192"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 5.0,
"max": 20.0
},
"PercentChance": 0.03,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "271",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "194"
},
"SubModules": []
}
]
}
},
{
"$id": "272",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Desert",
"Module": {
"$id": "273",
"BlockDepthRanges": [
{
"$id": "274",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "275",
"Type": "Eco.World.Blocks.DesertSandBlock, Eco.World"
},
"SubModules": [
{
"$id": "276",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "277",
"Type": "Eco.World.Blocks.SandBlock, Eco.World"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.08,
"NoiseFrequency": 40.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "278",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 4,
"BlockType": {
"$ref": "275"
},
"SubModules": [
{
"$id": "279",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "280",
"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": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "281",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 60,
"BlockType": {
"$id": "282",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "283",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "284",
"Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 9.0
},
"PercentChance": 0.05,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "285",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "284"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 10.0,
"max": 15.0
},
"PercentChance": 0.25,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
},
{
"$id": "286",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "284"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 16.0,
"max": 30.0
},
"PercentChance": 0.1,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "287",
"NoiseFrequency": 40.0,
"Min": 40,
"Max": 100,
"BlockType": {
"$id": "288",
"Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods"
},
"SubModules": [
{
"$id": "289",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "290",
"Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 25.0
},
"PercentChance": 0.005,
"NoiseFrequency": 75.0,
"NoiseType": "RidgedMulti",
"NoiseDistributionType": "Bands"
}
]
},
{
"$id": "291",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "292",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "293",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "Ocean",
"Module": {
"$id": "294",
"BlockDepthRanges": [
{
"$id": "295",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$id": "296",
"Type": "Eco.World.Blocks.DirtBlock, Eco.World"
},
"SubModules": [
{
"$id": "297",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "298",
"Type": "Eco.World.Blocks.SandBlock, Eco.World"
},
"HeightRange": {
"min": -1.0,
"max": 1.0
},
"DepthRange": {
"min": 0.0,
"max": 200.0
},
"PercentChance": 0.4,
"NoiseFrequency": 75.0,
"NoiseType": "Perlin",
"NoiseDistributionType": "Blobs"
}
]
},
{
"$id": "299",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 5,
"BlockType": {
"$id": "300",
"Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "301",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 15,
"BlockType": {
"$ref": "298"
},
"SubModules": [
{
"$id": "302",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$id": "303",
"Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods"
},
"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": "304",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$id": "305",
"Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods"
},
"SubModules": []
}
]
}
},
{
"$id": "306",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "DeepOcean",
"Module": {
"$id": "307",
"BlockDepthRanges": [
{
"$id": "308",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 0,
"BlockType": {
"$ref": "296"
},
"SubModules": [
{
"$id": "309",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "298"
},
"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": "310",
"NoiseFrequency": 40.0,
"Min": 1,
"Max": 10,
"BlockType": {
"$ref": "298"
},
"SubModules": [
{
"$id": "311",
"$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator",
"BlockType": {
"$ref": "303"
},
"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": "312",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 100,
"BlockType": {
"$ref": "305"
},
"SubModules": []
}
]
}
},
{
"$id": "313",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "ColdCoast",
"Module": {
"$id": "314",
"BlockDepthRanges": [
{
"$id": "315",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 9,
"BlockType": {
"$ref": "298"
},
"SubModules": []
},
{
"$id": "316",
"NoiseFrequency": 100.0,
"Min": 6,
"Max": 10,
"BlockType": {
"$ref": "300"
},
"SubModules": []
},
{
"$id": "317",
"NoiseFrequency": 40.0,
"Min": 10,
"Max": 20,
"BlockType": {
"$id": "318",
"Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "319",
"NoiseFrequency": 40.0,
"Min": 18,
"Max": 30,
"BlockType": {
"$ref": "300"
},
"SubModules": []
},
{
"$id": "320",
"NoiseFrequency": 40.0,
"Min": 28,
"Max": 40,
"BlockType": {
"$ref": "318"
},
"SubModules": []
},
{
"$id": "321",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$id": "322",
"Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods"
},
"SubModules": []
},
{
"$id": "323",
"NoiseFrequency": 40.0,
"Min": 60,
"Max": 100,
"BlockType": {
"$ref": "305"
},
"SubModules": []
}
]
}
},
{
"$id": "324",
"$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator",
"BiomeName": "WarmCoast",
"Module": {
"$id": "325",
"BlockDepthRanges": [
{
"$id": "326",
"NoiseFrequency": 40.0,
"Min": 0,
"Max": 9,
"BlockType": {
"$ref": "298"
},
"SubModules": []
},
{
"$id": "327",
"NoiseFrequency": 100.0,
"Min": 6,
"Max": 10,
"BlockType": {
"$ref": "300"
},
"SubModules": []
},
{
"$id": "328",
"NoiseFrequency": 40.0,
"Min": 10,
"Max": 20,
"BlockType": {
"$ref": "318"
},
"SubModules": []
},
{
"$id": "329",
"NoiseFrequency": 40.0,
"Min": 18,
"Max": 30,
"BlockType": {
"$ref": "300"
},
"SubModules": []
},
{
"$id": "330",
"NoiseFrequency": 40.0,
"Min": 28,
"Max": 40,
"BlockType": {
"$ref": "318"
},
"SubModules": []
},
{
"$id": "331",
"NoiseFrequency": 40.0,
"Min": 70,
"Max": 100,
"BlockType": {
"$ref": "322"
},
"SubModules": []
},
{
"$id": "332",
"NoiseFrequency": 40.0,
"Min": 60,
"Max": 100,
"BlockType": {
"$ref": "305"
},
"SubModules": []
}
]
}
}
]
}
}