9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/hot.json
2021-07-23 08:14:15 -04:00

273 lines
7.1 KiB
JSON

{
"name": "Hot",
"color": "#E7D900",
"landBiomes": [
"hot/desert-dunes",
"hot/desert-dunes-red",
"savanna/forest",
"savanna/savanna",
"savanna/forest",
"savanna/plateau",
"savanna/acacia-denmyre",
"mesa/plateau",
"mesa/valleys",
"mesa/plateau-high",
"mesa/valleys",
"mesa/mesa",
"mesa/cliffs"
],
"shoreBiomes": ["hot/shore/beach"],
"seaBiomes": ["hot/sea/ocean"],
"caveBiomes": [
"cave/sandy-cave",
"cave/sandy-red-cave"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 12
},
{
"entity": "donkey",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 50
},
{
"entity": "mule",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 50
},
{
"entity": "rabbit",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 20
},
{
"entity": "wanderingtrader",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 190
}
],
"spotBiomes": [{
"biome": "hot/oasis",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 15
}],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"biomeImplosionRatio": 0.25,
"deposits": [
{
"minHeight": 25,
"maxPerChunk": 3,
"maxHeight": 50,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 4,
"palette": [{"block": "gold_ore"}],
"varience": 5
},
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 35,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 5,
"palette": [{"block": "lapis_ore"}],
"varience": 5
},
{
"minHeight": 22,
"maxPerChunk": 12,
"maxHeight": 81,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"data": {"axis": "y"},
"block": "basalt"
},
{
"data": {"axis": "z"},
"block": "basalt"
}
],
"varience": 4
}
],
"landBiomeZoom": 1.85,
"effects": [
{
"potionTicksMin": 87,
"potionEffect": "CONFUSION",
"chance": 1200,
"potionStrength": 0,
"potionTicksMax": 67,
"interval": 500
},
{
"particleAltX": 0.001,
"particleAltY": 0.00885,
"particleAltZ": 0.001,
"chance": 2,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 1350,
"particleCount": 0
}
],
"blockDrops": [{
"drops": [
{
"minAmount": 1,
"type": "acacia_planks",
"maxAmount": 3
},
{
"type": "stripped_acacia_log",
"rarity": 12
},
{
"minAmount": 3,
"type": "stick",
"maxAmount": 5,
"rarity": 7
}
],
"blocks": [
{"block": "acacia_wood"},
{"block": "acacia_log"},
{"block": "stripped_acacia_wood"},
{"block": "stripped_acacia_log"}
],
"replaceVanillaDrops": true
}],
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"structures/amethyst1",
"structures/amethyst2",
"structures/amethyst3",
"structures/amethyst4",
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "glass"}],
"replace": {"palette": [{"block": "void_air"}]}
}],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
},
{
"name": "standard-surface-portals",
"chance": 0.001,
"place": [
"clutter/swordnp2",
"clutter/swordnp1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/portal1",
"structures/portal2",
"structures/portal3",
"structures/portal4",
"structures/portal5",
"structures/portal6",
"structures/portal7",
"structures/portal8",
"structures/portal9",
"structures/portal10"
],
"edit": [
{
"find": [{"block": "gold_block"}],
"replace": {"palette": [{"block": "air"}]},
"chance": 0.1
},
{
"find": [{"block": "netherrack"}],
"replace": {"palette": [{"block": "magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "obsidian"}],
"replace": {"palette": [{"block": "crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "lava"}],
"replace": {"palette": [{"block": "magma_block"}]},
"chance": 0.2
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-tools",
"global-treasure",
"hot-food",
"hot-treasure",
"cactus-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 2
}