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

189 lines
No EOL
3.9 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": true,
"beachBiomeLocation": "biomesoplenty:gravel_beach",
"rainfall": 0.8,
"skyColor": -1,
"guiColour": 6586168,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 10.0,
"variationAbove": 10.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"averageHeight": 63.0,
"topBlock": {
"block": "minecraft:grass",
"properties": {
"snowy": "false"
}
},
"fogColor": -1,
"temperature": 0.4,
"canGenerateVillages": false,
"canSpawnInBiome": true,
"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.3,
"enable": true
},
"flowers": {
"amountPerChunk": 0.5,
"enable": true,
"generators": {}
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"dead_leaf_piles": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "deadleafpile"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"brown_mushrooms": {
"with": {
"block": "minecraft:brown_mushroom",
"properties": {}
},
"generationAttempts": 16,
"amountPerChunk": 0.2,
"enable": true
},
"algae": {
"with": {
"block": "biomesoplenty:coral",
"properties": {
"level": "15",
"variant": "algae"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.5,
"enable": true
},
"amber": {
"enable": false
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"trees": {
"amountPerChunk": 9.0,
"enable": true,
"generators": {}
},
"water_reeds": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "reed"
}
},
"generationAttempts": 32,
"amountPerChunk": 1.4,
"enable": true
},
"toadstools": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "toadstool"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.2,
"enable": true
},
"gravel": {
"with": {
"block": "minecraft:gravel",
"properties": {}
},
"maxRadius": 7,
"amountPerChunk": 12.0,
"enable": true
},
"grass": {
"amountPerChunk": 1.2,
"enable": true,
"generators": {}
},
"red_mushrooms": {
"with": {
"block": "minecraft:red_mushroom",
"properties": {}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
},
"flat_mushroom": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "flat_mushroom"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
}
},
"weights": {
"boreal": 5
}
}