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
108
config/biomesoplenty/biomes/cold_desert.json
Normal file
108
config/biomesoplenty/biomes/cold_desert.json
Normal file
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11775899,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.2,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hard_ice_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:hard_ice",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"numBalls": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"radiusFalloff": 0.5,
|
||||
"innerRadius": 1.0
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"stone_patches": {
|
||||
"with": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"splotchSize": 24
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"ice_cap": 10
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue