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-middle.json
2021-07-23 08:26:17 -04:00

147 lines
3.8 KiB
JSON

{
"name": "Tropical Mountain Middle",
"derivative": "JUNGLE_HILLS",
"rarity": 1,
"color": "#39FF00",
"vanillaDerivative": "JUNGLE_HILLS",
"children": ["tropical/plains"],
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 10
},
{
"generator": "plain",
"max": 50,
"min": 10
}
],
"customDerivitives": [{
"id": "tropical_mountain_middle",
"foliageColor": "#478F04",
"grassColor": "#41A726",
"waterColor": "#3AB2A2",
"fogColor": "#6DCA87",
"category": "jungle"
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "orange_terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "red_terracotta"}]
}
],
"biomeStyle": {"style": "SIMPLEX"},
"biomeZoom": 0.4,
"lockLayers": true,
"decorators": [
{
"chance": 0.7,
"palette": [
{
"weight": 2,
"block": "grass"
},
{
"weight": 1,
"block": "tall_grass"
}
]
},
{
"chance": 0.06,
"variance": {"style": "STATIC"},
"palette": [
{"block": "dandelion"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},
{"block": "azure_bluet"},
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "oxeye_daisy"},
{"block": "cornflower"},
{"block": "lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "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"
],
"chance": 1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {"y": -2}
}
]
}