Modpack-1.12.2/config/biomesoplenty/biomes/xeric_shrubland.json

142 lines
2.9 KiB
JSON
Raw Normal View History

{
"enableRain": false,
"canGenerateRivers": true,
"beachBiomeLocation": "minecraft:beaches",
"rainfall": 0.1,
"skyColor": -1,
"guiColour": 14863781,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 1.0,
"variationAbove": 5.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:sand",
"properties": {
"variant": "sand"
}
},
"averageHeight": 64.0,
"topBlock": {
"block": "minecraft:sand",
"properties": {
"variant": "sand"
}
},
"fogColor": -1,
"temperature": 1.75,
"canGenerateVillages": true,
"canSpawnInBiome": false,
"enableSnow": false,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"dunegrass": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "dunegrass"
}
},
"generationAttempts": 8,
"amountPerChunk": 10.0,
"enable": true
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"dead_bushes": {
"with": {
"block": "minecraft:deadbush",
"properties": {}
},
"generationAttempts": 32,
"amountPerChunk": 1.0,
"enable": true
},
"grass": {
"amountPerChunk": 1.0,
"enable": true,
"generators": {}
},
"desert_sprouts": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "desertsprouts"
}
},
"generationAttempts": 8,
"amountPerChunk": 4.0,
"enable": true
},
"bromeliad": {
"with": {
"block": "biomesoplenty:flower_0",
"properties": {
"variant": "bromeliad"
}
},
"generationAttempts": 8,
"amountPerChunk": 0.2,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"desertgrass": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "desertgrass"
}
},
"generationAttempts": 8,
"amountPerChunk": 2.0,
"enable": true
},
"trees": {
"amountPerChunk": 1.0,
"enable": true,
"generators": {}
},
"ruby": {
"enable": false
}
},
"weights": {
"hot_desert": 3
}
}