9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/swamp-roofed.json
Daniel Mills 5a69029d78 Gen Fixes
2020-08-15 20:05:35 -04:00

285 lines
7.4 KiB
JSON

{
"name": "Roofed Swamp",
"layers": [
{
"terrainZoom": 0.5,
"dispersion": {"style": "STATIC"},
"palette": [
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"COARSE_DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
{
"style": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"objects": [
{
"chance": 0.5,
"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.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"roofed-wayward/taller-roof-1",
"roofed-wayward/taller-roof-2",
"roofed-wayward/taller-roof-3",
"roofed-wayward/taller-roof-4",
"roofed-wayward/taller-roof-5",
"roofed-wayward/taller-roof-6",
"roofed-wayward/taller-roof-7",
"roofed-wayward/taller-roof-8",
"roofed-wayward/taller-roof-9",
"roofed-wayward/taller-roof-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.135,
"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.1,
"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
}
},
{
"chance": 0.3,
"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.001,
"rotation": {
"enabled": false
},
"place": [
"stump/grave-1"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 1.15,
"ratio": 0.58,
"height": 53,
"rarity": 41,
"shuffle": 11
}
],
"children": [
"swamp-dark-oak-denmyre"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"DEAD_BUSH",
"BROWN_MUSHROOM",
"RED_MUSHROOM",
"BROWN_MUSHROOM",
"RED_MUSHROOM"
],
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.0002,
"palette": [
"CRIMSON_FUNGUS"
],
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.45,
"palette": ["GRASS"],
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 11
}
],
"derivative": "SWAMP"
}