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
87
config/biomesoplenty/biomes/phantasmagoric_inferno.json
Normal file
87
config/biomesoplenty/biomes/phantasmagoric_inferno.json
Normal file
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"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": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"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
|
||||
},
|
||||
"blue_fire": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:blue_fire",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"lava_lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:lava",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire": {
|
||||
"with": {
|
||||
"block": "minecraft:fire",
|
||||
"properties": {
|
||||
"age": "0",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue