configured ore veins, added no tree punching
minecraft: now more realistic
This commit is contained in:
parent
8c5f469cc3
commit
d04a87f5e4
225 changed files with 29710 additions and 374 deletions
62
config/biomesoplenty/biomes/defaults/vanilla/sky.json
Normal file
62
config/biomesoplenty/biomes/defaults/vanilla/sky.json
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"crystals": {
|
||||
"maxDepth": 11,
|
||||
"with": {
|
||||
"block": "biomesoplenty:crystal",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"generationAttempts": 1500,
|
||||
"amountPerChunk": 12.0,
|
||||
"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
|
||||
},
|
||||
"amethyst": {
|
||||
"enable": true
|
||||
},
|
||||
"biome_essence": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:biome_block",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 24.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue