9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

No double grass

This commit is contained in:
cyberpwn
2021-08-22 04:22:40 -04:00
parent a96524413e
commit 737dbfcebb

View File

@@ -34,40 +34,18 @@
],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:orange_terracotta"}]
},
{
"minHeight": 6,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 3,
"maximumSlope": 255
},
"palette": [{"block": "minecraft:red_terracotta"}]
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "minecraft:dirt"
},{
"block": "minecraft:rooted_dirt"
}]
}
],
"decorators": [