configured ore veins, added no tree punching

minecraft: now more realistic
This commit is contained in:
SwitchyJuice 2022-11-13 16:45:29 +01:00
parent 8c5f469cc3
commit d04a87f5e4
225 changed files with 29710 additions and 374 deletions

View file

@ -0,0 +1,63 @@
{
"beachBiomeLocation": "minecraft:beaches",
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"tiny_cacti": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "tinycactus"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"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
},
"desertgrass": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "desertgrass"
}
},
"generationAttempts": 8,
"amountPerChunk": 0.3,
"enable": true
},
"ruby": {
"enable": false
}
}
}