9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +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",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SNOW_BLOCK"
]

View File

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

View File

@@ -3,7 +3,21 @@
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"maxHeight": 3,
"palette": [
"AIR"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"ICE"
]
@@ -12,7 +26,31 @@
"minHeight": 2,
"maxHeight": 4,
"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",
"min": 4,
"max": 21
"min": 1,
"max": 3
},
{
"generator": "mountain",
@@ -44,8 +82,8 @@
},
{
"generator": "rough",
"min": 4,
"max": 9
"min": 1,
"max": 2
}
],
"derivative": "SNOWY_TAIGA_MOUNTAINS",

View File

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

View File

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