SKS-MC-Intermission/.minecraft/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json

76 lines
1.6 KiB
JSON

{
"canGenerateRivers": false,
"beachBiomeLocation": "minecraft:beaches",
"skyColor": -1,
"fogDensity": 1.0,
"hasBiomeEssence": false,
"variationBelow": 8.0,
"variationAbove": 10.0,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "biomesoplenty:hard_ice",
"properties": {}
},
"averageHeight": 88.0,
"topBlock": {
"block": "minecraft:ice",
"properties": {}
},
"fogColor": -1,
"canGenerateVillages": false,
"canSpawnInBiome": 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
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"tanzanite": {
"minHeight": 4,
"with": {
"block": "biomesoplenty:gem_ore",
"properties": {
"variant": "tanzanite"
}
},
"amountPerChunk": 12.0,
"maxHeight": 32,
"enable": true
}
},
"weights": {}
}