mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
127 lines
3.2 KiB
JSON
127 lines
3.2 KiB
JSON
{
|
|
"name": "Frozen River",
|
|
"derivative": "FROZEN_RIVER",
|
|
"vanillaDerivative": "FROZEN_RIVER",
|
|
"layers": [
|
|
{"palette": [
|
|
{"block": "dirt"},
|
|
{"block": "gravel"},
|
|
{"block": "stone"}
|
|
]},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "sand"},
|
|
{"block": "clay"},
|
|
{"block": "sand"},
|
|
{"block": "gravel"},
|
|
{"block": "sand"},
|
|
{"block": "dirt"},
|
|
{
|
|
"weight": 2,
|
|
"block": "sand"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"generators": [{
|
|
"generator": "plain",
|
|
"max": -10,
|
|
"min": -19
|
|
}],
|
|
"seaLayers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"style": {"style": "IRIS"},
|
|
"zoom": 1.16,
|
|
"palette": [
|
|
{
|
|
"weight": 2,
|
|
"block": "ice"
|
|
},
|
|
{
|
|
"weight": 3,
|
|
"block": "packed_ice"
|
|
},
|
|
{"block": "blue_ice"},
|
|
{
|
|
"weight": 3,
|
|
"block": "packed_ice"
|
|
},
|
|
{
|
|
"weight": 2,
|
|
"block": "ice"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"palette": [{"block": "packed_ice"}]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.003,
|
|
"density": 3,
|
|
"snow": 0.45,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"onwater": true,
|
|
"place": [
|
|
"ice-spikes/tp-1",
|
|
"ice-spikes/tp-2",
|
|
"ice-spikes/tp-3",
|
|
"ice-spikes/tp-4"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -4,
|
|
"z": 0
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.2,
|
|
"density": 3,
|
|
"snow": 0.01,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"onwater": true,
|
|
"place": [
|
|
"ice-spikes/sp-1",
|
|
"ice-spikes/sp-2",
|
|
"ice-spikes/sp-3",
|
|
"ice-spikes/sp-4",
|
|
"ice-spikes/sp-5",
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|