9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/regions/mosaic.json
Brian Fopiano 0493ee47eb Lithic Biomes
2020-08-29 18:40:39 -07:00

84 lines
1.9 KiB
JSON

{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"rarity": 30,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"mosaic-lith-black",
"mosaic-lith-green",
"mosaic-lith-purple",
"mosaic-lith-red",
"mosaic-lith-white",
"mosaic-lith-cyan"
],
"seaBiomes": [
"hot-ocean"
],
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-cave"
],
"loot": {
"tables": [
"hot-food",
"hot-treasure"
]
},
"effects": [
{
"interval": 1350,
"particleOffset": 0,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleCount": 0,
"particleAltX": 0.001,
"particleAltY": 0.00885,
"particleAltZ": 0.001,
"chance": 2
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 67,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 5,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 15,
"maxHeight": 47,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 11,
"maxHeight": 99,
"minSize": 14,
"maxSize": 21,
"minPerChunk": 5,
"maxPerChunk": 15,
"varience": 5,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
}