File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
src/generated/resources/data/sullysmod/worldgen/placed_feature Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"feature" : " sullysmod:artifact_gravel" ,
3
3
"placement" : [
4
- {
5
- "type" : " minecraft:count" ,
6
- "count" : 30
7
- },
8
4
{
9
5
"type" : " minecraft:in_square"
10
6
},
13
9
"height" : {
14
10
"type" : " minecraft:uniform" ,
15
11
"max_inclusive" : {
16
- "absolute" : 50
12
+ "absolute" : 62
17
13
},
18
14
"min_inclusive" : {
19
15
"above_bottom" : 0
27
23
"blocks" : " minecraft:gravel"
28
24
}
29
25
},
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
+ },
30
42
{
31
43
"type" : " minecraft:biome"
32
44
}
You can’t perform that action at this time.
0 commit comments