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
95
config/biomesoplenty/biomes/visceral_heap.json
Normal file
95
config/biomesoplenty/biomes/visceral_heap.json
Normal file
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"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
|
||||
},
|
||||
"blood_pools": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:blood",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"eyebulbs": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "eyebulb"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "eyebulb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bones": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:bone_block",
|
||||
"properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 12,
|
||||
"amountPerChunk": 1.5,
|
||||
"maxHeight": 4,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue