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

129 lines
No EOL
2.6 KiB
JSON

{
"enableRain": false,
"canGenerateRivers": true,
"beachBiomeLocation": "minecraft:beaches",
"rainfall": 0.1,
"skyColor": -1,
"guiColour": 13025691,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 3.0,
"variationAbove": 20.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "biomesoplenty:dirt",
"properties": {
"coarse": "false",
"variant": "sandy"
}
},
"averageHeight": 66.0,
"topBlock": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "sandy"
}
},
"fogColor": -1,
"temperature": 1.5,
"canGenerateVillages": true,
"canSpawnInBiome": true,
"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": 4.0,
"enable": true
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"thorns": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "thorn"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.25,
"enable": true
},
"grass": {
"amountPerChunk": 9.0,
"enable": true,
"generators": {}
},
"quicksand": {
"liquid": {
"block": "biomesoplenty:sand",
"properties": {
"level": "0"
}
},
"amountPerChunk": 0.2,
"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
},
"trees": {
"amountPerChunk": 6.0,
"enable": true,
"generators": {}
},
"ruby": {
"enable": false
}
},
"weights": {
"savanna": 10
}
}