9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00

Frozen Beach

This commit is contained in:
Daniel Mills
2020-09-09 22:48:43 -04:00
parent 7900ae74ea
commit 290922aefe

View File

@@ -10,21 +10,18 @@
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SNOW_BLOCK"
{
"block": "snow_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 5,
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
{
"block": "dirt"
}
]
}
],
@@ -36,7 +33,9 @@
"style": "STATIC"
},
"palette": [
"ICE"
{
"block": "ice"
}
]
}
],
@@ -45,7 +44,12 @@
"style": "STATIC"
},
"palette": [
"minecraft:snow[layers=5]"
{
"block": "snow",
"data": {
"layers": 5
}
}
]
},
"objects": [