Skip to content

Commit b20f2e8

Browse files
committed
fixed __smithed__ field in ysb loot table
1 parent 07d405e commit b20f2e8

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

stackable_shulker_boxes/data/minecraft/loot_tables/blocks/yellow_shulker_box.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,32 @@
6767
],
6868
"random_sequence": "minecraft:blocks/yellow_shulker_box",
6969
"__smithed__": {
70+
"priority": {
71+
"stage": "early"
72+
},
7073
"rules": [
7174
{
72-
"type":"append",
73-
"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+
"type": "append",
84+
"target": "pools",
85+
"source": {
86+
"type": "reference",
87+
"path": "pools[1]"
88+
}
89+
},
90+
{
91+
"type": "append",
92+
"target": "pools[0].functions",
7493
"source": {
75-
"type":"reference",
76-
"path":"pools[0].entries[0].functions[1]"
94+
"type": "reference",
95+
"path": "pools[0].functions[1]"
7796
}
7897
}
7998
]

0 commit comments

Comments
 (0)