9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/hot.json
Brian Fopiano 4951e4b9d1 Read the Changelog lol
Temp underwater structures
Removed sapling growth
added a loot table for the prismarine, conduit and so on
tweaks
2022-04-15 12:16:33 -07:00

261 lines
7.2 KiB
JSON

{
"name": "Hot",
"color": "#D1CD44",
"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"
],
"shoreBiomes": ["hot/shore/beach"],
"seaBiomes": ["hot/sea/ocean"],
"entitySpawners": [
"hot/land-passive",
"hot/land-hostile",
"hot/land-cave"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "NOWHERE",
"zoom": 5
}
},
"spotBiomes": [{
"biome": "hot/oasis",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 15
}],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 250
}],
"deposits": [
{
"minHeight": 2,
"maxPerChunk": 10,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:gold_ore"}],
"varience": 5
},
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 50,
"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
}
],
"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": [
"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": "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": "FAST_MIN_HEIGHT",
"carvingSupport": "SURFACE_ONLY"
}
],
"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": 100,
"min": 29,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "red-sandstone/main",
"rarity": 20,
"caveStartHeight": {
"max": 100,
"min": 29,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "mixed-sandstone/main",
"rarity": 15,
"caveStartHeight": {
"max": 100,
"min": 29,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "drip/main",
"rarity": 46,
"caveStartHeight": {
"max": 120,
"min": 69,
"style": {"style": "STATIC"}
}
},
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 87,
"caveStartHeight": {
"max": 61,
"min": 28,
"style": {"style": "STATIC"}
}
}
]
},
"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": 1
}