9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 04:09:14 +00:00

Otagi Plains

This commit is contained in:
Daniel Mills
2020-07-20 18:39:43 -04:00
parent 976c7ff6e9
commit 7d4f3b2b2f
2 changed files with 77 additions and 1 deletions

View File

@@ -0,0 +1,75 @@
{
"name": "Otagi Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"children":[
"temperate-wilds"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.19,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.18,
"stackMin": 3,
"stackMax": 8,
"palette": [
"minecraft:bamboo[age=0,leaves=none,stage=0]",
"minecraft:bamboo[age=0,leaves=small,stage=0]",
"minecraft:bamboo[age=0,leaves=none,stage=1]",
"minecraft:bamboo[age=0,leaves=small,stage=1]",
"minecraft:bamboo[age=0,leaves=large,stage=0]"
],
"verticalVariance": "WISPY",
"dispersion": "WISPY",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 7
},
{
"generator": "wavy",
"min": 0,
"max": 3
}
],
"derivative": "BAMBOO_JUNGLE"
}

View File

@@ -5,7 +5,8 @@
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomes": [
"temperate-plains"
"temperate-plains",
"temperate-bamboo-plains"
],
"seaBiomes": [
"temperate-ocean"