Skip to content

Commit 843dffc

Browse files
committed
Update artifact_gravel.json
1 parent b31282e commit 843dffc

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

src/generated/resources/data/sullysmod/worldgen/placed_feature/artifact_gravel.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"feature": "sullysmod:artifact_gravel",
33
"placement": [
4-
{
5-
"type": "minecraft:count",
6-
"count": 30
7-
},
84
{
95
"type": "minecraft:in_square"
106
},
@@ -13,7 +9,7 @@
139
"height": {
1410
"type": "minecraft:uniform",
1511
"max_inclusive": {
16-
"absolute": 50
12+
"absolute": 62
1713
},
1814
"min_inclusive": {
1915
"above_bottom": 0
@@ -27,6 +23,22 @@
2723
"blocks": "minecraft:gravel"
2824
}
2925
},
26+
{
27+
"type": "minecraft:block_predicate_filter",
28+
"predicate": {
29+
"type": "minecraft:matching_blocks",
30+
"blocks": "minecraft:air",
31+
"offset": [
32+
0,
33+
1,
34+
0
35+
]
36+
}
37+
},
38+
{
39+
"type": "minecraft:count",
40+
"count": 40
41+
},
3042
{
3143
"type": "minecraft:biome"
3244
}

0 commit comments

Comments
 (0)