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

163 lines
No EOL
3.4 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"beachBiomeLocation": "minecraft:beaches",
"rainfall": 0.7,
"skyColor": -1,
"guiColour": 7187004,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 4.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": 70.0,
"topBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "podzol"
}
},
"fogColor": -1,
"temperature": 0.7,
"canGenerateVillages": false,
"canSpawnInBiome": false,
"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": 64,
"amountPerChunk": 0.2,
"enable": true
},
"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.1,
"enable": true
},
"double_fern": {
"with": {
"block": "minecraft:double_plant",
"properties": {
"facing": "north",
"half": "lower",
"variant": "double_fern"
}
},
"generationAttempts": 32,
"amountPerChunk": 5.0,
"enable": true,
"withTop": {
"block": "minecraft:double_plant",
"properties": {
"facing": "north",
"half": "upper",
"variant": "sunflower"
}
}
},
"brown_mushrooms": {
"with": {
"block": "minecraft:brown_mushroom",
"properties": {}
},
"generationAttempts": 16,
"amountPerChunk": 0.2,
"enable": true
},
"grass": {
"amountPerChunk": 4.0,
"enable": true,
"generators": {}
},
"amber": {
"enable": false
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"sprouts": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "sprout"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.25,
"enable": true
},
"red_mushrooms": {
"with": {
"block": "minecraft:red_mushroom",
"properties": {}
},
"generationAttempts": 16,
"amountPerChunk": 0.1,
"enable": true
},
"trees": {
"amountPerChunk": 15.0,
"enable": true,
"generators": {}
}
},
"weights": {
"warm_temperate": 7
}
}