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

195 lines
4.1 KiB
JSON

{
"beachBiomeLocation": "minecraft:beaches",
"generators": {
"glowshrooms": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "glowshroom"
}
},
"generationAttempts": 64,
"amountPerChunk": 1.5,
"enable": true
},
"cattail": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "cattail"
}
},
"generationAttempts": 32,
"amountPerChunk": 6.0,
"enable": true
},
"flowers": {
"amountPerChunk": 0.6,
"enable": true,
"generators": {}
},
"miners_delight": {
"with": {
"block": "biomesoplenty:flower_1",
"properties": {
"variant": "miners_delight"
}
},
"generationAttempts": 64,
"amountPerChunk": 0.25,
"enable": true
},
"medium_lily": {
"with": {
"block": "biomesoplenty:waterlily",
"properties": {
"variant": "medium"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.1,
"enable": true
},
"algae": {
"with": {
"block": "biomesoplenty:coral",
"properties": {
"level": "15",
"variant": "algae"
}
},
"generationAttempts": 32,
"amountPerChunk": 10.0,
"enable": true
},
"roots": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "root"
}
},
"generationAttempts": 32,
"amountPerChunk": 4.0,
"enable": true
},
"malachite": {
"minHeight": 4,
"with": {
"block": "biomesoplenty:gem_ore",
"properties": {
"variant": "malachite"
}
},
"amountPerChunk": 12.0,
"maxHeight": 32,
"enable": true
},
"trees": {
"amountPerChunk": 0.5,
"enable": true,
"generators": {}
},
"water_reeds": {
"with": {
"block": "biomesoplenty:plant_1",
"properties": {
"variant": "reed"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.3,
"enable": true
},
"toadstools": {
"with": {
"block": "biomesoplenty:mushroom",
"properties": {
"variant": "toadstool"
}
},
"generationAttempts": 16,
"amountPerChunk": 0.4,
"enable": true
},
"small_lily": {
"with": {
"block": "biomesoplenty:waterlily",
"properties": {
"variant": "small"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.1,
"enable": true
},
"flower_lily": {
"with": {
"block": "biomesoplenty:waterlily",
"properties": {
"variant": "flower"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.3,
"enable": true
},
"koru": {
"with": {
"block": "biomesoplenty:plant_0",
"properties": {
"variant": "koru"
}
},
"generationAttempts": 32,
"amountPerChunk": 1.2,
"enable": true
},
"grass": {
"amountPerChunk": 0.2,
"enable": true,
"generators": {}
},
"double_cattail": {
"with": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "lower",
"variant": "tall_cattail"
}
},
"generationAttempts": 32,
"amountPerChunk": 8.0,
"enable": true,
"withTop": {
"block": "biomesoplenty:double_plant",
"properties": {
"half": "upper",
"variant": "tall_cattail"
}
}
},
"tiny_lily": {
"with": {
"block": "biomesoplenty:waterlily",
"properties": {
"variant": "tiny"
}
},
"generationAttempts": 32,
"amountPerChunk": 0.2,
"enable": true
},
"mud": {
"with": {
"block": "biomesoplenty:mud",
"properties": {
"variant": "mud"
}
},
"maxRadius": 7,
"amountPerChunk": 3.0,
"enable": true
}
}
}