9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/tundra-sequia-redwoods.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

304 lines
5.6 KiB
JSON

{
"name": "Sequoia Redwoods",
"rarity": 7,
"layers": [
{
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "IRIS",
"zoom": 0.2
}
},
"zoom": 0.2,
"palette": [
"PODZOL",
"PODZOL",
"COARSE_DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"COARSE_DIRT"
]
},
"objects": [
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"mode": "PAINT",
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.69,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": -9,
"max": 9,
"interval": 1,
"enabled": true
},
"zAxis": {
"min": -9,
"max": 9,
"interval": 1,
"enabled": true
},
"enabled": true
},
"place": [
"pine/sup-pine-1",
"pine/sup-pine-2",
"pine/sup-pine-3",
"pine/sup-pine-4",
"pine/sup-pine-5",
"pine/sup-pine-6",
"pine/sup-pine-7",
"pine/sup-pine-8",
"pine/sup-pine-9",
"pine/sup-pine-10",
"pine/sup-pine-11",
"pine/sup-pine-12"
],
"translate": {
"x": 0,
"y": -6,
"z": 0
}
},
{
"chance": 0.035,
"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",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.075,
"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
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.02,
"chance": 0.003,
"palette": [
"WHITE_TULIP",
"CORNFLOWER",
"BLUE_ORCHID",
"LILY_OF_THE_VALLEY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.0445,
"palette": [
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"minecraft:sweet_berry_bush[age=0]",
"minecraft:sweet_berry_bush[age=1]",
"minecraft:sweet_berry_bush[age=2]",
"minecraft:sweet_berry_bush[age=3]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.015,
"palette": [
"ORANGE_TULIP"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 17,
"max": 19
}
],
"derivative": "TAIGA"
}