SKS-MC-Intermission/.minecraft/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json

98 lines
2.0 KiB
JSON

{
"canGenerateRivers": true,
"beachBiomeLocation": "minecraft:beaches",
"skyColor": -1,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 5.0,
"variationAbove": 5.0,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"averageHeight": 64.0,
"topBlock": {
"block": "minecraft:grass",
"properties": {
"snowy": "false"
}
},
"fogColor": -1,
"canGenerateVillages": false,
"canSpawnInBiome": true,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"flowers": {
"amountPerChunk": 17.5,
"enable": true,
"generators": {}
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"grass": {
"amountPerChunk": 20.0,
"enable": true,
"generators": {}
},
"peridot": {
"minHeight": 4,
"with": {
"block": "biomesoplenty:gem_ore",
"properties": {
"variant": "peridot"
}
},
"amountPerChunk": 12.0,
"maxHeight": 32,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"trees": {
"amountPerChunk": 3.0,
"enable": true,
"generators": {}
}
},
"weights": {
"warm_temperate": 2
}
}