Modpack-1.12.2/config/biomesoplenty/biomes/lush_desert.json
2022-11-13 16:45:29 +01:00

244 lines
No EOL
5.1 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": true,
"beachBiomeLocation": "minecraft:beaches",
"rainfall": 0.4,
"skyColor": -1,
"guiColour": 9087277,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 8.0,
"variationAbove": 40.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:hardened_clay",
"properties": {}
},
"averageHeight": 63.0,
"topBlock": {
"block": "minecraft:hardened_clay",
"properties": {}
},
"fogColor": -1,
"temperature": 1.2,
"canGenerateVillages": true,
"canSpawnInBiome": false,
"enableSnow": false,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"leaf_piles": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "leafpile"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.75,
"enable": true
},
"flowers": {
"amountPerChunk": 4.0,
"enable": true,
"generators": {}
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"oases": {
"with": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "sandy"
}
},
"maxRadius": 7,
"amountPerChunk": 10.0,
"enable": true
},
"algae": {
"with": {
"block": "biomesoplenty:coral",
"properties": {
"level": "15",
"variant": "algae"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"trees": {
"amountPerChunk": 4.0,
"enable": true,
"generators": {}
},
"water_reeds": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "reed"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"ruby": {
"enable": false
},
"sand": {
"with": {
"block": "minecraft:sand",
"properties": {
"variant": "sand"
}
},
"maxRadius": 7,
"amountPerChunk": 5.0,
"enable": true
},
"tiny_cacti": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "tinycactus"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"grass_splatter": {
"with": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "sandy"
}
},
"generationAttempts": 128,
"amountPerChunk": 4.0,
"enable": true
},
"dead_bushes": {
"with": {
"block": "minecraft:deadbush",
"properties": {}
},
"generationAttempts": 32,
"amountPerChunk": 0.4,
"enable": true
},
"grass": {
"amountPerChunk": 12.0,
"enable": true,
"generators": {}
},
"bushes": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "bush"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.8,
"enable": true
},
"bromeliad": {
"with": {
"block": "biomesoplenty:flower_0",
"properties": {
"variant": "bromeliad"
}
},
"generationAttempts": 8,
"amountPerChunk": 0.2,
"enable": true
},
"cacti": {
"minHeight": 1,
"with": {
"block": "minecraft:cactus",
"properties": {
"age": "0"
}
},
"generationAttempts": 3,
"amountPerChunk": 0.2,
"maxHeight": 2,
"enable": true,
"randomDirection": false
},
"lakes": {
"liquid": {
"block": "minecraft:water",
"properties": {
"level": "0"
}
},
"amountPerChunk": 1.5,
"enable": true,
"frozenLiquid": {
"block": "minecraft:ice",
"properties": {}
},
"grassBorderWith": {
"block": "minecraft:hardened_clay",
"properties": {}
}
},
"desertgrass": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "desertgrass"
}
},
"generationAttempts": 8,
"amountPerChunk": 1.8,
"enable": true
}
},
"weights": {
"savanna": 2
}
}