9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/biomes/frozen-river.json
Daniel Mills f8ff7705cf Boom
2020-09-02 02:40:21 -04:00

136 lines
3.2 KiB
JSON

{
"name": "Frozen River",
"layers": [
{
"palette": [
"DIRT",
"GRAVEL",
"STONE"
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
"SAND",
"CLAY",
"SAND",
"GRAVEL",
"SAND",
"DIRT",
"SAND",
"SAND"
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"seaLayers": [
{
"minHeight": 3,
"maxHeight": 6,
"style": {
"style": "FRACTAL_WATER",
"fracture": {
"style": "IRIS_DOUBLE",
"multiplier": 9.25
}
},
"zoom": 1.16,
"palette": [
"ICE",
"ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"BLUE_ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"ICE",
"ICE"
]
},
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
"PACKED_ICE"
]
}
],
"objects": [
{
"chance": 0.01,
"density": 3,
"onwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"snow": 0.45,
"place": [
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.1,
"onwater": true,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"snow": 0.01,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators": [
{
"generator": "sharp",
"min": -18,
"max": -13
}
],
"derivative": "DEEP_FROZEN_OCEAN"
}