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
98
config/biomesoplenty/biomes/alps_foothills.json
Normal file
98
config/biomesoplenty/biomes/alps_foothills.json
Normal file
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13421772,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 48.0,
|
||||
"variationAbove": 64.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 120.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hot_springs": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue