9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/mountain.json
2021-08-08 21:22:19 -07:00

180 lines
4.9 KiB
JSON

{
"name": "Extreme mountains",
"derivative": "JUNGLE_HILLS",
"rarity": 1,
"color": "#2057DF",
"vanillaDerivative": "JUNGLE_HILLS",
"children": ["tropical/mountain-middle"],
"generators": [{
"min": 75,
"max": 150,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tropical_mountain",
"foliageColor": "#478F04",
"grassColor": "#41A726",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
},
{
"rarity": 1200,
"structure": "jungle-pyramid"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:orange_terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:red_terracotta"}]
}
],
"decorators": [
{
"chance": 0.7,
"palette": [
{
"weight": 2,
"block": "minecraft:grass"
},
{
"weight": 1,
"block": "minecraft:tall_grass"
}
]
},
{
"chance": 0.06,
"variance": {"style": "STATIC"},
"palette": [
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:allium"},
{"block": "minecraft:azure_bluet"},
{"block": "minecraft:red_tulip"},
{"block": "minecraft:orange_tulip"},
{"block": "minecraft:white_tulip"},
{"block": "minecraft:pink_tulip"},
{"block": "minecraft:oxeye_daisy"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
}
],
"objects": [
{
"mode": "PAINT",
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"chance": 1,
"density": 5
},
{
"place": [
"trees/jungle/lgeneric1",
"trees/jungle/lgeneric2",
"trees/jungle/lgeneric3",
"trees/jungle/lgeneric4",
"trees/jungle/lgeneric5",
"trees/jungle/lgeneric6",
"trees/jungle/lgeneric7",
"trees/jungle/lgeneric8",
"trees/jungle/lgeneric9"
],
"mode": "MIN_HEIGHT",
"chance": 1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {"y": -2}
},
{
"chance": 0.008,
"mode": "PAINT",
"place": [
"clutter/melons1",
"clutter/melons2",
"clutter/melons3",
"clutter/melons4",
"clutter/melons5",
"clutter/melons6"
],
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"max": 360,
"min": 0,
"interval": 90
}
},
"translate": {"y": 1}
}
],
"biomeZoom": 30,
"biomeStyle": {
"style": "IRIS",
"zoom": 0.7,
"exponent": 4
}
}