File tree Expand file tree Collapse file tree
gm4_zauber_cauldrons/data/gm4_zauber_cauldrons
templates/worldgen/configured_feature
worldgen/configured_feature Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "type" : " minecraft:flower " ,
2+ "type" : " minecraft:random_selector " ,
33 "config" : {
4- "tries" : 8 ,
5- "xz_spread" : 5 ,
6- "y_spread" : 1 ,
7- "feature" : {
4+ "features" : [],
5+ "default" : {
86 "feature" : {
97 "type" : " minecraft:simple_block" ,
108 "config" : {
1715 }
1816 },
1917 "placement" : [
18+ {
19+ "type" : " minecraft:count" ,
20+ "count" : 8
21+ },
22+ {
23+ "type" : " minecraft:random_offset" ,
24+ "xz_spread" : {
25+ "type" : " minecraft:uniform" ,
26+ "min_inclusive" : 0 ,
27+ "max_inclusive" : 5
28+ },
29+ "y_spread" : {
30+ "type" : " minecraft:uniform" ,
31+ "min_inclusive" : 0 ,
32+ "max_inclusive" : 1
33+ }
34+ },
2035 {
2136 "type" : " minecraft:block_predicate_filter" ,
2237 "predicate" : {
Original file line number Diff line number Diff line change 11{
2- "type" : " minecraft:flower " ,
2+ "type" : " minecraft:random_selector " ,
33 "config" : {
4- "tries" : 8 ,
5- "xz_spread" : 5 ,
6- "y_spread" : 1 ,
7- "feature" : {
4+ "features" : [],
5+ "default" : {
86 "feature" : {
97 "type" : " minecraft:simple_block" ,
108 "config" : {
1715 }
1816 },
1917 "placement" : [
18+ {
19+ "type" : " minecraft:count" ,
20+ "count" : 8
21+ },
22+ {
23+ "type" : " minecraft:random_offset" ,
24+ "xz_spread" : {
25+ "type" : " minecraft:uniform" ,
26+ "min_inclusive" : 0 ,
27+ "max_inclusive" : 5
28+ },
29+ "y_spread" : {
30+ "type" : " minecraft:uniform" ,
31+ "min_inclusive" : 0 ,
32+ "max_inclusive" : 1
33+ }
34+ },
2035 {
2136 "type" : " minecraft:block_predicate_filter" ,
2237 "predicate" : {
You can’t perform that action at this time.
0 commit comments