9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/overworld/regions/hot.json
Daniel Mills ec05a9ac42 LOOT TABLES
2020-08-21 03:48:42 -04:00

104 lines
2.4 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"
],
"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
}
],
"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]"
]
}
]
}