9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/regions/hot.json
Brian Fopiano cb79f0c4da O_O || o-o
2020-09-01 19:20:36 -07:00

135 lines
3.1 KiB
JSON

{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"hot-mesa-green",
"hot-desert",
"hot-mesa-dark",
"hot-dry-forest",
"hot-mesa-blue",
"hot-desert-red",
"hot-savanna",
"hot-mesa-red",
"hot-mesa-yellow",
"hot-volcanic"
],
"blockDrops": [
{
"blocks": [
"ACACIA_WOOD",
"ACACIA_LOG",
"STRIPPED_ACACIA_WOOD",
"STRIPPED_ACACIA_LOG"
],
"replaceVanillaDrops": true,
"drops": [
{
"type": "ACACIA_PLANKS",
"maxAmount": 3,
"minAmount": 1
},
{
"type": "STRIPPED_ACACIA_LOG",
"rarity": 12
},
{
"type": "STICK",
"maxAmount": 5,
"minAmount": 3,
"rarity": 7
}
]
}
],
"seaBiomes": [
"hot-ocean"
],
"structures": [
{
"tileset": "red-mineshaft",
"zoom": 0.25,
"ratio": 0.05,
"height": 50,
"rarity": 15,
"shuffle": 5
}
],
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-red-cave",
"hot-sandy-cave"
],
"loot": {
"tables": [
"hot-food",
"hot-treasure"
]
},
"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]"
]
}
]
}