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

117 lines
No EOL
2.4 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": true,
"beachBiomeLocation": "biomesoplenty:gravel_beach",
"rainfall": 0.1,
"skyColor": -1,
"guiColour": 13413215,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 8.0,
"variationAbove": 8.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "biomesoplenty:dirt",
"properties": {
"coarse": "false",
"variant": "sandy"
}
},
"averageHeight": 90.0,
"topBlock": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "sandy"
}
},
"fogColor": -1,
"temperature": 0.75,
"canGenerateVillages": true,
"canSpawnInBiome": false,
"enableSnow": false,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"sand": {
"with": {
"block": "minecraft:sand",
"properties": {
"variant": "sand"
}
},
"maxRadius": 7,
"amountPerChunk": 3.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": 4,
"amountPerChunk": 0.3,
"enable": true
},
"grass": {
"amountPerChunk": 1.9,
"enable": true,
"generators": {}
},
"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": 12.0,
"enable": true
},
"ruby": {
"enable": false
}
},
"weights": {
"dry_temperate": 5
}
}