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
137
config/biomesoplenty/biomes/wasteland.json
Normal file
137
config/biomesoplenty/biomes/wasteland.json
Normal file
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5919808,
|
||||
"fogDensity": 0.5,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 13390080,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": 14409153,
|
||||
"temperature": 2.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_grass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
}
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wasteland": 50
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue