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

98 lines
No EOL
1.9 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"rainfall": 0.3,
"skyColor": -1,
"guiColour": 7251289,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 8.0,
"variationAbove": 2.0,
"waterColor": 13500241,
"seaFloorBlock": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"fillerBlock": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"averageHeight": 62.0,
"topBlock": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"fogColor": -1,
"temperature": 0.85,
"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
},
"quicksand": {
"liquid": {
"block": "biomesoplenty:sand",
"properties": {
"level": "0"
}
},
"amountPerChunk": 0.2,
"enable": true,
"grassBorderWith": {
"block": "minecraft:grass",
"properties": {
"snowy": "false"
}
}
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"trees": {
"amountPerChunk": 5.0,
"enable": true,
"generators": {}
},
"sapphire": {
"enable": false
}
},
"weights": {
"hot_swamp": 7
}
}