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

104 lines
No EOL
2.2 KiB
JSON

{
"enableRain": true,
"canGenerateRivers": false,
"beachBiomeLocation": "biomesoplenty:origin_beach",
"rainfall": 0.6,
"skyColor": 8441086,
"guiColour": 10341485,
"fogDensity": 1.0,
"hasBiomeEssence": true,
"variationBelow": 6.0,
"variationAbove": 25.0,
"waterColor": 16777215,
"seaFloorBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"fillerBlock": {
"block": "minecraft:dirt",
"properties": {
"snowy": "false",
"variant": "dirt"
}
},
"averageHeight": 64.0,
"topBlock": {
"block": "biomesoplenty:grass",
"properties": {
"snowy": "false",
"variant": "origin"
}
},
"fogColor": -1,
"temperature": 0.6,
"canGenerateVillages": false,
"canSpawnInBiome": true,
"enableSnow": false,
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"flowers": {
"amountPerChunk": 0.4,
"enable": true,
"generators": {}
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"trees": {
"minHeight": 5,
"logState": {
"block": "minecraft:log",
"properties": {
"axis": "y",
"variant": "oak"
}
},
"amountPerChunk": 5.0,
"maxHeight": 8,
"enable": true,
"updateNeighbours": false,
"hangingChance": 0.0,
"leavesState": {
"block": "biomesoplenty:leaves_2",
"properties": {
"check_decay": "false",
"decayable": "true",
"variant": "origin"
}
}
}
},
"weights": {}
}