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

75 lines
No EOL
1.5 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"rainfall": 0.3,
"skyColor": -1,
"guiColour": 13421772,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 12.0,
"variationAbove": 12.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:snow",
"properties": {}
},
"averageHeight": 198.0,
"topBlock": {
"block": "minecraft:snow",
"properties": {}
},
"fogColor": -1,
"temperature": -0.25,
"canGenerateVillages": false,
"canSpawnInBiome": false,
"enableSnow": true,
"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
},
"emeralds": {
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
}
},
"weights": {
"tundra": 3,
"ice_cap": 5
}
}