9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/temperate-plains.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

143 lines
3.1 KiB
JSON

{
"name": "Plains",
"layers": [
{
"style": {
"style": "IRIS"
},
"palette": [
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"hazel-oak/hoak-3",
"hazel-oak/hoak-4",
"hazel-oak/hoak-5",
"hazel-oak/hoak-6",
"hazel-oak/hoak-7",
"hazel-oak/hoak-8",
"hazel-oak/hoak-9",
"hazel-oak/hoak-1",
"hazel-oak/s-hoak-3",
"hazel-oak/s-hoak-4",
"hazel-oak/s-hoak-5",
"hazel-oak/s-hoak-6",
"hazel-oak/s-hoak-7",
"hazel-oak/s-hoak-8",
"hazel-oak/s-hoak-9",
"hazel-oak/s-hoak-1",
"hazel-oak/s-hoak-2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"children": [
"temperate-wilds"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.19,
"palette": [
"GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.02,
"palette": [
"minecraft:wheat[age=7]"
],
"style": {
"style": "IRIS",
"zoom": 0.28
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 7
}
],
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 60,
"biomeScatter": [
"FOREST",
"PLAINS"
],
"biomeSkyScatter": [
"JUNGLE"
]
}