We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d405e commit b20f2e8Copy full SHA for b20f2e8
1 file changed
stackable_shulker_boxes/data/minecraft/loot_tables/blocks/yellow_shulker_box.json
@@ -67,13 +67,32 @@
67
],
68
"random_sequence": "minecraft:blocks/yellow_shulker_box",
69
"__smithed__": {
70
+ "priority": {
71
+ "stage": "early"
72
+ },
73
"rules": [
74
{
- "type":"append",
- "target":"pools[0].entries[0].functions",
75
+ "type": "append",
76
+ "target": "pools[0].conditions",
77
+ "source": {
78
+ "type": "reference",
79
+ "path": "pools[0].conditions[0]"
80
+ }
81
82
+ {
83
84
+ "target": "pools",
85
86
87
+ "path": "pools[1]"
88
89
90
91
92
+ "target": "pools[0].functions",
93
"source": {
- "type":"reference",
- "path":"pools[0].entries[0].functions[1]"
94
95
+ "path": "pools[0].functions[1]"
96
}
97
98
]
0 commit comments