9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/mountain/plain-extended.json
2022-06-17 10:24:37 -07:00

137 lines
3.7 KiB
JSON

{
"name": "Mountain Plains Hills",
"color": "#616E75",
"rarity": 1,
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"generators": [
{
"generator": "smooth-dunes",
"max": 70,
"min": 50
},
{
"generator": "mountain",
"max": 5,
"min": 1
}
],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"layers": [
{"palette": [{"block": "minecraft:grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "minecraft:dirt"}]
},
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
}
],
"objects": [
{
"place": [
"trees/oak/truegeneric1",
"trees/oak/truegeneric3",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5",
"trees/oak/truegeneric6"
],
"chance": 0.07,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 0.02,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"decorators": [
{
"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.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
}
]
}