9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/tropical.json
2022-05-16 19:57:58 -07:00

275 lines
7.4 KiB
JSON

{
"name": "Tropical",
"color": "#54EA2C",
"rarity": 2,
"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/swordnpstr2",
"structures/swordnpstr1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/megaportal1",
"structures/megaportal2"
],
"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"
}
],
"landBiomes": [
"tropical/rainforest",
"tropical/rainforest-hills",
"tropical/plains",
"tropical/bamboo-forest",
"tropical/rainforest-wicked",
"tropical/volcanic-plains",
"tropical/mountain",
"tropical/mountain-extreme",
"tropical/mountain-plains",
"tropical/wilds",
"tropical/plains-hills"
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"tropical-treasure",
"tropical-food",
"forest-food"
]
},
"shoreBiomes": [
"tropical/island-beach",
"tropical/beach",
"tropical/beach-bamboo"
],
"seaBiomes": [
"tropical/submerged-volcanic",
"tropical/sea/ocean",
"tropical/sea/river-soft"
],
"carving": {
"ravines": [
{
"rarity": 170,
"ravine": "jungle/main"
}
],
"caves": [
{
"breakSurface": true,
"cave": "volcanic/main",
"rarity": 75,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
},
{
"breakSurface": true,
"cave": "drip/main",
"rarity": 45,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
},
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
},
{
"breakSurface": true,
"cave": "jungle/main",
"rarity": 25,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
}
]
},
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "NOWHERE",
"zoom": 5
}
},
"deposits": [
{
"minHeight": 10,
"maxPerChunk": 9,
"maxHeight": 92,
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [
{
"block": "minecraft:lapis_ore"
},
{
"block": "minecraft:redstone_ore"
}
],
"varience": 8
}
],
"entitySpawners": [
"tropical/land-passive",
"tropical/land-hostile",
"tropical/land-hostile-day",
"tropical/land-cave",
"tropical/beach"
],
"landBiomeZoom": 5.5,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14
}