mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Frozen Beach
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user