9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/tropical-bamboo-forest.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

202 lines
4.8 KiB
JSON

{
"name": "Bamboo Forest",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"effects": [
{
"interval": 550,
"particleOffset": 12,
"particleEffect": "TOTEM",
"particleCount": 0,
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1
}
],
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/bmbo-1",
"jungle-remade/bmbo-2",
"jungle-remade/bmbo-3",
"jungle-remade/bmbo-4",
"jungle-remade/bmbo-5",
"jungle-remade/bmbo-6",
"jungle-remade/bmbo-7",
"jungle-remade/bmbo-8",
"jungle-remade/bmbo-9"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/jspire-1",
"jungle-remade/jspire-2",
"jungle-remade/jspire-3",
"jungle-remade/jspire-4",
"jungle-remade/jspire-5",
"jungle-remade/jspire-6",
"jungle-remade/jspire-7"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"children": [
"temperate-wilds"
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.25,
"palette": [
"GRASS",
"GRASS",
"GRASS",
"TALL_GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.18,
"stackMin": 3,
"stackMax": 19,
"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]"
],
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 7
}
],
"derivative": "DESERT",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 10,
"biomeScatter": [
"BAMBOO_JUNGLE",
"DESERT"
],
"biomeSkyScatter": [
"DESERT"
]
}