9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Ice things

This commit is contained in:
Daniel Mills
2020-07-21 04:02:42 -04:00
parent 0daac0d8a0
commit 618bbcd6a8
5 changed files with 51 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
"name": "Frozen Beach", "name": "Frozen Beach",
"layers": [ "layers": [
{ {
"minHeight": 2,
"maxHeight": 3,
"palette": [ "palette": [
"SNOW_BLOCK" "SNOW_BLOCK"
] ]

View File

@@ -18,7 +18,7 @@
] ]
}, },
{ {
"minHeight": 1, "minHeight": 2,
"maxHeight": 3, "maxHeight": 3,
"palette": [ "palette": [
"SNOW_BLOCK" "SNOW_BLOCK"

View File

@@ -3,7 +3,21 @@
"layers": [ "layers": [
{ {
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 3,
"palette": [
"AIR"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [ "palette": [
"ICE" "ICE"
] ]
@@ -12,7 +26,31 @@
"minHeight": 2, "minHeight": 2,
"maxHeight": 4, "maxHeight": 4,
"palette": [ "palette": [
"PACKED_ICE" "PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"BLACKSTONE",
"PACKED_ICE",
"COBBLESTONE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"OBSIDIAN",
"PACKED_ICE",
"minecraft:basalt[axis=x]",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=y]",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"PACKED_ICE",
"minecraft:basalt[axis=z]"
] ]
}, },
{ {
@@ -34,8 +72,8 @@
}, },
{ {
"generator": "sharp", "generator": "sharp",
"min": 4, "min": 1,
"max": 21 "max": 3
}, },
{ {
"generator": "mountain", "generator": "mountain",
@@ -44,8 +82,8 @@
}, },
{ {
"generator": "rough", "generator": "rough",
"min": 4, "min": 1,
"max": 9 "max": 2
} }
], ],
"derivative": "SNOWY_TAIGA_MOUNTAINS", "derivative": "SNOWY_TAIGA_MOUNTAINS",

View File

@@ -18,6 +18,8 @@
] ]
}, },
{ {
"minHeight": 3,
"maxHeight": 5,
"palette": [ "palette": [
"SNOW_BLOCK" "SNOW_BLOCK"
] ]

View File

@@ -18,6 +18,8 @@
] ]
}, },
{ {
"minHeight": 3,
"maxHeight": 5,
"palette": [ "palette": [
"SNOW_BLOCK" "SNOW_BLOCK"
] ]