9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/regions/hot.json
2022-06-17 10:24:37 -07:00

245 lines
6.8 KiB
JSON

{
"name": "Hot",
"color": "#D1CD44",
"rarity": 1,
"landBiomes": [
"hot/desert-dunes",
"hot/desert-dunes-red",
"savanna/forest",
"savanna/savanna",
"mesa/dark",
"savanna/forest",
"savanna/plateau",
"savanna/acacia-denmyre",
"mesa/plateau",
"mesa/valleys",
"mesa/plateau-high",
"mesa/valleys",
"mesa/mesa",
"mesa/cliffs"
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 250
}],
"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": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft: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": [
"structures/swordnp2",
"structures/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": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "PAINT",
"carvingSupport": "SURFACE_ONLY"
}
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-tools",
"global-treasure",
"hot-food",
"hot-treasure",
"cactus-clutter"
]
},
"shoreBiomes": ["hot/shore/beach"],
"seaBiomes": ["hot/sea/ocean"],
"entitySpawners": [
"hot/land-passive",
"hot/land-hostile",
"hot/land-cave"
],
"deposits": [
{
"minHeight": 2,
"maxPerChunk": 20,
"maxHeight": 100,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:gold_ore"}],
"varience": 5
},
{
"minHeight": 15,
"maxPerChunk": 8,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:lapis_ore"}],
"varience": 5
}
],
"landBiomeZoom": 7,
"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
}
],
"carving": {
"ravines": [
{
"rarity": 731,
"ravine": "drip/main"
},
{
"rarity": 331,
"ravine": "sandstone/main"
},
{
"rarity": 331,
"ravine": "red-sandstone/main"
}
],
"caves": [
{
"breakSurface": true,
"cave": "sandstone/main",
"rarity": 20,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "red-sandstone/main",
"rarity": 20,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "mixed-sandstone/main",
"rarity": 15,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "drip/main",
"rarity": 46,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
}
]
},
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14
}