9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/peak.json
RePixelatedMC 12ec53c921 Rotation Updated
Rotation optimizements
2023-08-14 12:54:18 +02:00

189 lines
5.1 KiB
JSON

{
"name": "Frozen Peak",
"color": "#1177A3",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"biomeScatter": [
"SNOWY_TAIGA",
"OLD_GROWTH_PINE_TAIGA",
"WINDSWEPT_HILLS",
"ICE_SPIKES"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_peak",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [
{
"min": 110,
"max": 270,
"generator": "mountain"
},
{
"generator": "mountain-aggro",
"max": 5,
"min": 1
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:ice"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "minecraft:ice"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{"block": "minecraft:blackstone"},
{"block": "minecraft:packed_ice"},
{"block": "minecraft:cobblestone"},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 2,
"block": "minecraft:packed_ice"
},
{"block": "minecraft:obsidian"},
{"block": "minecraft:packed_ice"},
{
"data": {"axis": "x"},
"block": "minecraft:basalt"
},
{
"weight": 4,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "y"},
"block": "minecraft:basalt"
},
{
"weight": 4,
"block": "minecraft:packed_ice"
},
{
"data": {"axis": "z"},
"block": "minecraft:basalt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"objects": [
{
"chance": 0.003,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"mode": "PAINT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 270,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
]
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "NOWHERE",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}]
}