9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/regions/hot.json
2020-08-08 00:59:13 -04:00

98 lines
2.2 KiB
JSON

{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"biomeShuffle": 12,
"landBiomes": [
"hot-mesa-green",
"hot-desert",
"hot-mesa",
"hot-dry-forest",
"hot-mesa-blue",
"hot-desert-red",
"hot-savanna",
"hot-mesa-red"
],
"seaBiomes": [
"hot-ocean"
],
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-red-cave",
"hot-sandy-cave"
],
"spotBiomes": [
{
"biome": "hot-volcanic",
"type": "LAND",
"scale": 5,
"rarity": 215,
"shuffle": 328
}
],
"effects": [
{
"potionEffect": "CONFUSION",
"potionStrength": 0,
"interval": 3000,
"potionTicksMax": 67,
"potionTicksMin": 87,
"chance": 12
},
{
"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": 22,
"maxHeight": 81,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
}