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

125 lines
No EOL
2.6 KiB
JSON

{
"beachBiomeLocation": "biomesoplenty:gravel_beach",
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"leaf_piles": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "leafpile"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.3,
"enable": true
},
"flax": {
"with": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "lower",
"variant": "flax"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.1,
"enable": true,
"withTop": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "upper",
"variant": "flax"
}
}
},
"flowers": {
"amountPerChunk": 0.1,
"enable": true,
"generators": {}
},
"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": 0.3,
"enable": true
},
"clover_patches": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "cloverpatch"
}
},
"generationAttempts": 128,
"amountPerChunk": 0.05,
"enable": true
},
"grass": {
"amountPerChunk": 0.5,
"enable": true,
"generators": {}
},
"amber": {
"enable": false
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"toadstools": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "toadstool"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
},
"poison_ivy": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "poisonivy"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
}
}
}