Modpack-1.12.2/config/biomesoplenty/biomes/dead_swamp.json
2022-11-13 16:45:29 +01:00

159 lines
No EOL
3.2 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"rainfall": 0.9,
"skyColor": -1,
"guiColour": 9154376,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 6.0,
"variationAbove": 3.0,
"waterColor": 10661201,
"seaFloorBlock": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"fillerBlock": {
"block": "biomesoplenty:dirt",
"properties": {
"coarse": "false",
"variant": "loamy"
}
},
"averageHeight": 63.0,
"topBlock": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "loamy"
}
},
"fogColor": -1,
"temperature": 0.6,
"canGenerateVillages": false,
"canSpawnInBiome": false,
"enableSnow": false,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"koru": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "koru"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.1,
"enable": true
},
"grass": {
"amountPerChunk": 1.4,
"enable": true,
"generators": {}
},
"algae": {
"with": {
"block": "biomesoplenty:coral",
"properties": {
"level": "15",
"variant": "algae"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"malachite": {
"enable": false
},
"mud": {
"with": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"maxRadius": 7,
"amountPerChunk": 8.0,
"enable": true
},
"trees": {
"amountPerChunk": 0.6,
"enable": true,
"generators": {}
},
"water_reeds": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "reed"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"mud_patches": {
"with": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"amountPerChunk": 1.0,
"enable": true,
"splotchSize": 12
},
"river_cane": {
"minHeight": 1,
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "rivercane"
}
},
"generationAttempts": 24,
"amountPerChunk": 0.3,
"maxHeight": 3,
"enable": true,
"randomDirection": false
}
},
"weights": {
"cold_swamp": 3
}
}