mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
124 lines
2.9 KiB
JSON
124 lines
2.9 KiB
JSON
{
|
|
"name": "Frozen Beach",
|
|
"loot": {
|
|
"tables": [
|
|
"beach-clutter"
|
|
]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"SNOW_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 5,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"seaLayers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 7,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"ICE"
|
|
]
|
|
}
|
|
],
|
|
"slab": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"minecraft:snow[layers=5]"
|
|
]
|
|
},
|
|
"objects": [
|
|
{
|
|
"chance": 0.001,
|
|
"density": 3,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"snow": 0.35,
|
|
"place": [
|
|
"ice-spikes/ic-1",
|
|
"ice-spikes/ic-2",
|
|
"ice-spikes/ic-3",
|
|
"ice-spikes/ic-4",
|
|
"ice-spikes/ic-5",
|
|
"ice-spikes/ic-6",
|
|
"ice-spikes/ic-7",
|
|
"ice-spikes/ic-8",
|
|
"ice-spikes/ic-9",
|
|
"ice-spikes/ic-10",
|
|
"ice-spikes/ic-11",
|
|
"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": -1,
|
|
"z": 0
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.05,
|
|
"density": 3,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"snow": 0.35,
|
|
"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": -1,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -1,
|
|
"max": 1
|
|
}
|
|
],
|
|
"derivative": "SWAMP"
|
|
} |