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

140 lines
No EOL
2.8 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"rainfall": 0.1,
"skyColor": -1,
"guiColour": 8430421,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 30.0,
"variationAbove": 60.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"averageHeight": 140.0,
"topBlock": {
"block": "minecraft:grass",
"properties": {
"snowy": "false"
}
},
"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
},
"gravel": {
"with": {
"block": "minecraft:gravel",
"properties": {}
},
"maxRadius": 7,
"amountPerChunk": 6.0,
"enable": true
},
"leaf_piles": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "leafpile"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.8,
"enable": true
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"dead_leaf_piles": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "deadleafpile"
}
},
"generationAttempts": 32,
"amountPerChunk": 1.2,
"enable": true
},
"emeralds": {
"enable": true
},
"grass": {
"amountPerChunk": 1.5,
"enable": true,
"generators": {}
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"lakes": {
"liquid": {
"block": "minecraft:water",
"properties": {
"level": "0"
}
},
"amountPerChunk": 1.8,
"enable": true,
"frozenLiquid": {
"block": "minecraft:ice",
"properties": {}
},
"grassBorderWith": {
"block": "minecraft:grass",
"properties": {
"snowy": "false"
}
}
},
"trees": {
"amountPerChunk": 3.0,
"enable": true,
"generators": {}
}
},
"weights": {
"dry_temperate": 3
}
}