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

113 lines
No EOL
2.3 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"rainfall": 0.5,
"skyColor": -1,
"guiColour": 5209457,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 80.0,
"variationAbove": 200.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:stone",
"properties": {
"variant": "stone"
}
},
"averageHeight": 100.0,
"topBlock": {
"block": "minecraft:gravel",
"properties": {}
},
"fogColor": -1,
"temperature": 0.5,
"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
},
"emeralds": {
"enable": true
},
"overgrown_stone_patches": {
"with": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "overgrown_stone"
}
},
"amountPerChunk": 24.0,
"enable": true,
"splotchSize": 16
},
"grass": {
"amountPerChunk": 4.0,
"enable": true,
"generators": {}
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"cobblestone_splatter": {
"with": {
"block": "minecraft:cobblestone",
"properties": {}
},
"generationAttempts": 64,
"amountPerChunk": 4.0,
"enable": true
},
"stone_splatter": {
"with": {
"block": "minecraft:stone",
"properties": {
"variant": "stone"
}
},
"generationAttempts": 64,
"amountPerChunk": 4.0,
"enable": true
}
},
"weights": {
"cold_swamp": 2
}
}