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
130
config/biomesoplenty/biomes/undergarden.json
Normal file
130
config/biomesoplenty/biomes/undergarden.json
Normal file
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_netherrack"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"netherrack_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 7.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"ivy": {
|
||||
"minHeight": 8,
|
||||
"with": {
|
||||
"block": "biomesoplenty:ivy",
|
||||
"properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 25.0,
|
||||
"maxHeight": 20,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue