9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
Files
Iris-Pack-Overworld/regions/tropical.json
2022-09-16 14:11:05 +02:00

186 lines
5.3 KiB
JSON

{
"name": "Tropical",
"color": "#54EA2C",
"rarity": 2,
"landBiomes": [
"tropical/rainforest",
"tropical/volcanic-plains",
"tropical/rainforest-hills",
"tropical/wilds",
"tropical/plains",
"tropical/bamboo-forest",
"tropical/rainforest-wicked",
"tropical/mountain",
"tropical/mountain-extreme",
"tropical/mountain-plains",
"tropical/plains-hills"
],
"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.00001,
"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"
}
],
"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"}
}
}
]
},
"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/passive",
"tropical/hostile",
"tropical/water",
"tropical/cave",
"tropical/beach"
],
"landBiomeZoom": 5.5,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14,
"loot": {
"mode": "REPLACE",
"tables": ["tropical/treasure","tropical/food","tropical/dungeon"]
}
}