9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-mountains.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

252 lines
6.6 KiB
JSON

{
"name": "Swamp Mountains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
"ANDESITE",
"STONE"
]
}
],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 3.14,
"ratio": 0.59,
"height": 67,
"rarity": 33,
"shuffle": 16
}
],
"objects": [
{
"chance": 0.000256,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"roofed-wayward/med-1",
"roofed-wayward/med-2",
"roofed-wayward/med-3",
"roofed-wayward/med-4",
"roofed-wayward/med-5",
"roofed-wayward/med-6",
"roofed-wayward/med-7",
"roofed-wayward/med-8",
"roofed-wayward/med-9",
"roofed-wayward/med-10",
"roofed-wayward/med-11",
"roofed-wayward/med-12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.18,
"edit":[
{
"find":["oak_log"],
"replace":["dark_oak_log"]
},
{
"find":["oak_wood"],
"replace":["dark_oak_wood"]
},
{
"find":["oak_fence"],
"replace":["dark_oak_fence"]
},
{
"find":["dark_oak_planks"],
"replace":["stripped_dark_oak_wood"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.085,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.08,
"edit":[
{
"find":["oak_log"],
"replace":["dark_oak_log"]
},
{
"find":["oak_wood"],
"replace":["dark_oak_wood"]
},
{
"find":["oak_fence"],
"replace":["dark_oak_fence"]
},
{
"find":["dark_oak_planks"],
"replace":["stripped_dark_oak_wood"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators":[
{
"generator": "mountain",
"min": 13,
"max": 32
}
],
"decorators": [
{
"zoom": 0.01,
"chance": 0.01,
"palette": ["DEAD_BUSH", "RED_MUSHROOM"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.003,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"minecraft:dark_oak_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.1,
"chance": 0.001,
"palette": ["WITHER_ROSE", "RED_MUSHROOM", "BROWN_MUSHROOM", "POPPY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.45,
"palette": ["GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"wall":
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"derivative": "SWAMP"
}