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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user