mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
148 lines
3.7 KiB
JSON
148 lines
3.7 KiB
JSON
{
|
|
"name": "Extreme mountains",
|
|
"derivative": "JUNGLE_HILLS",
|
|
"vanillaDerivative": "JUNGLE_HILLS",
|
|
"children": ["tropical/tro-mountain-middle"],
|
|
"generators": [{
|
|
"min": 75,
|
|
"max": 150,
|
|
"generator": "mountain"
|
|
}],
|
|
"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": "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"}]
|
|
}
|
|
],
|
|
"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": [
|
|
"bush/small/1",
|
|
"bush/small/2",
|
|
"bush/small/3"
|
|
],
|
|
"chance": 1,
|
|
"density": 5
|
|
},
|
|
{
|
|
"place": [
|
|
"tree/jungle/1",
|
|
"tree/jungle/2",
|
|
"tree/jungle/3",
|
|
"tree/jungle/4",
|
|
"tree/jungle/5",
|
|
"tree/jungle/6",
|
|
"tree/jungle/7",
|
|
"tree/jungle/8",
|
|
"tree/jungle/9"
|
|
],
|
|
"mode": "MIN_HEIGHT",
|
|
"chance": 1,
|
|
"rotation": {
|
|
"enabled": true,
|
|
"yAxis": {
|
|
"enabled": true,
|
|
"interval": 90,
|
|
"min": -360,
|
|
"max": 360
|
|
}
|
|
},
|
|
"translate": {"y": -2}
|
|
}
|
|
],
|
|
"biomeZoom": 30,
|
|
"biomeStyle": {
|
|
"style": "IRIS",
|
|
"zoom": 0.7,
|
|
"exponent": 4
|
|
}
|
|
}
|