mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 04:09:14 +00:00
Otagi Plains
This commit is contained in:
75
iris.overworld.temperate/biomes/temperate-bamboo-plains.json
Normal file
75
iris.overworld.temperate/biomes/temperate-bamboo-plains.json
Normal 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"
|
||||
}
|
||||
@@ -5,7 +5,8 @@
|
||||
"shoreHeightMax": 4.2,
|
||||
"shoreHeightZoom": 1.14,
|
||||
"landBiomes": [
|
||||
"temperate-plains"
|
||||
"temperate-plains",
|
||||
"temperate-bamboo-plains"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"temperate-ocean"
|
||||
|
||||
Reference in New Issue
Block a user