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

222 lines
4.7 KiB
JSON

{
"canGenerateRivers": true,
"beachBiomeLocation": "biomesoplenty:gravel_beach",
"skyColor": -1,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 10.0,
"variationAbove": 20.0,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "biomesoplenty:dirt",
"properties": {
"coarse": "false",
"variant": "loamy"
}
},
"averageHeight": 68.0,
"topBlock": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "loamy"
}
},
"fogColor": -1,
"canGenerateVillages": true,
"canSpawnInBiome": true,
"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": 64,
"amountPerChunk": 0.3,
"enable": true
},
"flowers": {
"amountPerChunk": 0.3,
"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.7,
"enable": true
},
"brown_mushrooms": {
"with": {
"block": "minecraft:brown_mushroom",
"properties": {}
},
"generationAttempts": 16,
"amountPerChunk": 0.2,
"enable": true
},
"amber": {
"minHeight": 4,
"with": {
"block": "biomesoplenty:gem_ore",
"properties": {
"variant": "amber"
}
},
"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": 8.0,
"enable": true,
"generators": {}
},
"water_reeds": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "reed"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.8,
"enable": true
},
"toadstools": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "toadstool"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.3,
"enable": true
},
"poison_ivy": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "poisonivy"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
},
"gravel": {
"with": {
"block": "minecraft:gravel",
"properties": {}
},
"maxRadius": 7,
"amountPerChunk": 4.0,
"enable": true
},
"flax": {
"with": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "lower",
"variant": "flax"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.1,
"enable": true,
"withTop": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "upper",
"variant": "flax"
}
}
},
"grass": {
"amountPerChunk": 1.7,
"enable": true,
"generators": {}
},
"blue_milk_caps": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "blue_milk_cap"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
},
"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": 10
}
}