Skip to content

Commit

Permalink
Update artifact_gravel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Aug 28, 2024
1 parent b31282e commit 843dffc
Showing 1 changed file with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"feature": "sullysmod:artifact_gravel",
"placement": [
{
"type": "minecraft:count",
"count": 30
},
{
"type": "minecraft:in_square"
},
Expand All @@ -13,7 +9,7 @@
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 50
"absolute": 62
},
"min_inclusive": {
"above_bottom": 0
Expand All @@ -27,6 +23,22 @@
"blocks": "minecraft:gravel"
}
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air",
"offset": [
0,
1,
0
]
}
},
{
"type": "minecraft:count",
"count": 40
},
{
"type": "minecraft:biome"
}
Expand Down

0 comments on commit 843dffc

Please sign in to comment.