9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/tem-oak-beach.json
Daniel Mills 0b59f24de3 Beautify
2021-07-20 13:29:35 -04:00

131 lines
3.2 KiB
JSON

{
"name": "Temperate Oak Beach",
"rarity": 1,
"color": "#8D8F70",
"derivative": "DEEP_LUKEWARM_OCEAN",
"vanillaDerivative": "FOREST",
"generators": [{
"min": 0,
"max": 0,
"generator": "plain"
}],
"layers": [
{
"style": {"style": "STATIC"},
"palette": [{"block": "grass_block"}]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/literalgarbage1",
"clutter/literalgarbage2",
"clutter/literalgarbage3",
"clutter/literalgarbage4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 60,
"biomeStyle": {"style": "IRIS"},
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"palette": [
{"block": "white_tulip"},
{"block": "allium"},
{"block": "lily_of_the_valley"}
]
},
{
"chance": 0.35,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}