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-plains.json
2021-08-08 21:22:19 -07:00

199 lines
5.5 KiB
JSON

{
"name": "Tropical Mountain Plains",
"derivative": "MODIFIED_JUNGLE",
"rarity": 1,
"color": "#42EF10",
"vanillaDerivative": "MODIFIED_JUNGLE",
"generators": [{
"min": 55,
"max": 110,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tropical_mountain_plains",
"foliageColor": "#258F04",
"grassColor": "#41A726",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4.5
},
"palette": [{
"weight": 1,
"block": "minecraft:grass_block"
}]
},
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4.5
},
"palette": [{"block": "minecraft:dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
},
{
"rarity": 1200,
"structure": "jungle-pyramid"
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"decorators": [
{
"chance": 0.7,
"palette": [
{
"weight": 2,
"block": "minecraft:grass"
},
{
"weight": 1,
"block": "minecraft:tall_grass"
}
]
},
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"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.45,
"variance": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:tall_grass"},
{"block": "minecraft:grass"},
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:grass"},
{"block": "minecraft:jungle_leaves"}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"zoom": 10,
"palette": [
{"block": "minecraft:grass"},
{"block": "minecraft:tall_grass"}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
}
],
"objects": [
{
"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"
],
"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}
}
]
}