47 lines
991 B
JSON
47 lines
991 B
JSON
|
{
|
||
|
"beachBiomeLocation": "minecraft:beaches",
|
||
|
"generators": {
|
||
|
"glowshrooms": {
|
||
|
"with": {
|
||
|
"block": "biomesoplenty:mushroom",
|
||
|
"properties": {
|
||
|
"variant": "glowshroom"
|
||
|
}
|
||
|
},
|
||
|
"generationAttempts": 64,
|
||
|
"amountPerChunk": 1.5,
|
||
|
"enable": true
|
||
|
},
|
||
|
"hive": {
|
||
|
"maxRadius": 9,
|
||
|
"bottomExtra": 4,
|
||
|
"amountPerChunk": 0.2,
|
||
|
"enable": true,
|
||
|
"halfHeight": 7,
|
||
|
"emptyChance": 0.25,
|
||
|
"layerSize": 3
|
||
|
},
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|