9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/temperate-oak-forest.json
2020-08-27 23:33:49 -07:00

290 lines
6.8 KiB
JSON

{
"name": "Oak Forest",
"layers": [
{
"style": {
"style": "STATIC"
},
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"children": [
"temperate-oak-denmyre"
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.09,
"palette": [
"GRASS",
"ALLIUM",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.4,
"palette": [
"GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.017,
"palette": [
"TALL_GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"objects": [
{
"chance": 0.07,
"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
}
},
{
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"mode": "PAINT",
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.7,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"hazel-oak/taller-oak-1",
"hazel-oak/taller-oak-2",
"hazel-oak/taller-oak-3",
"hazel-oak/taller-oak-4",
"hazel-oak/taller-oak-8",
"hazel-oak/taller-oak-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"garbage/clutter-1",
"garbage/clutter-2",
"garbage/clutter-3",
"garbage/clutter-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.01,
"edit": [
{
"find": [
"WHITE_WOOL"
],
"replace": [
"OAK_WOOD"
]
},
{
"find": [
"BLACK_WOOL"
],
"replace": [
"OAK_WOOD"
]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"sm-tree/oakw-oakl"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 7
}
],
"derivative": "DEEP_LUKEWARM_OCEAN",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 60,
"biomeScatter": [
"FOREST",
"PLAINS"
],
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
]
}