9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
This commit is contained in:
Brian Fopiano
2020-07-29 22:39:47 -07:00
parent 7544a9fd99
commit 596adf52b7
2 changed files with 3 additions and 199 deletions

View File

@@ -1,87 +1,5 @@
{
"name": "Roofed Swamp",
"layers": [
{
"terrainZoom": 0.5,
"dispersion": "WISPY",
"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": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"slab": {
"dispersion": "SCATTER",
"terrainZoom": 0.35,
"palette": [
"AIR",
"AIR",
"AIR",
"AIR",
"AIR",
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR",
"AIR",
"AIR",
"AIR",
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR",
"AIR",
"AIR",
"AIR",
"AIR"
]
},
"wall":
{
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"objects": [
{
"chance": 1,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
{
"name": "Roofed Swamp",
"name": "Roofed Willow",
"layers": [
{
"terrainZoom": 0.5,
@@ -286,119 +204,4 @@
}
],
"derivative": "SWAMP"
}
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.1,
"density": 1,
"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.075,
"density": 1,
"rotation": {
"enabled": false
},
"place": [
"stump/stump1",
"stump/stump2",
"stump/stump3",
"stump/stump4",
"stump/stump5",
"stump/stump6"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.0001,
"density": 1,
"rotation": {
"enabled": false
},
"place": [
"stump/grave-1"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"children": [
"swamp-dark-oak-denmyre"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.0002,
"palette": [
"CRIMSON_FUNGUS"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.45,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 11
},
{
"generator": "wavy",
"min": 2,
"max": 7
}
],
"derivative": "SWAMP"
}

View File

@@ -8,7 +8,8 @@
"landBiomes": [
"swamp-roofed",
"swamp-mountains",
"swamp-mushroom"
"swamp-mushroom",
"swamp-willow-forest"
],
"seaBiomes": [
"swamp-ocean"