9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/tem-plain-hills.json
2021-07-19 00:49:09 -07:00

144 lines
3.7 KiB
JSON

{
"name": "Temperate Plains Hills",
"derivative": "PLAINS",
"rarity": 1,
"color": "#A4BF40",
"vanillaDerivative": "PLAINS",
"customDerivitives": [{
"id": "templainhills",
"foliageColor": "#8AA528",
"waterColor": "#284CA5",
"grassColor": "#8AA528",
"category": "forest"
}],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
},
{
"generator": "small-cliffs",
"min": -17,
"max": 0
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"layers": [
{"palette": [{"block": "grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "dirt"}]
},
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{"block": "dirt"},
{"block": "stone"}
]
}
],
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"}
]},
"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": "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": [
{
"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": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}