Skip to content

Commit

Permalink
dwa
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed Aug 30, 2023
1 parent 16a2075 commit fbc635f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
19 changes: 18 additions & 1 deletion biomes/hot/desert-dunes-red.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,30 @@
},
"enabled": true
},
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace":
{
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"place": [
"jigsaw/pyramid/pyramid-red-extreme",
"jigsaw/pyramid/pyramid-red"
],
"translate": {
"x": 0,
"y": -3,
"y": -10,
"z": 0
}
},
Expand Down
19 changes: 18 additions & 1 deletion biomes/hot/desert-dunes.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,31 @@
},
"enabled": true
},
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace":
{
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"place": [
"jigsaw/pyramid/pyramid-extreme",
"jigsaw/pyramid/pyramid_1",
"jigsaw/pyramid/pyramid_2"
],
"translate": {
"x": 0,
"y": -3,
"y": -10,
"z": 0
}
}
Expand Down
19 changes: 18 additions & 1 deletion biomes/terralost/ancient-sands.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,30 @@
},
"enabled": true
},
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace":
{
"palette": [
{
"block": "minecraft:air"
}
]
}
}
],
"place": [
"jigsaw/pyramid/pyramid-red-extreme",
"jigsaw/pyramid/pyramid-red"
],
"translate": {
"x": 0,
"y": -3,
"y": -10,
"z": 0
}
},
Expand Down

0 comments on commit fbc635f

Please sign in to comment.