Skip to content

Commit 8d6b969

Browse files
committed
changed yellow shulker box loot table to use standard pools
1 parent fc02698 commit 8d6b969

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,43 @@
2525
}
2626
]
2727
}
28+
],
29+
"conditions": [
30+
{
31+
"condition": "minecraft:inverted",
32+
"term": {
33+
"condition": "minecraft:match_tool",
34+
"predicate": {
35+
"predicates": {
36+
"minecraft:custom_data": {
37+
"drop_contents": 1
38+
}
39+
}
40+
}
41+
}
42+
}
43+
]
44+
},
45+
{
46+
"rolls": 1,
47+
"bonus_rolls": 0,
48+
"entries": [
49+
{
50+
"type": "minecraft:dynamic",
51+
"name": "minecraft:contents"
52+
}
53+
],
54+
"conditions": [
55+
{
56+
"condition": "minecraft:match_tool",
57+
"predicate": {
58+
"predicates": {
59+
"minecraft:custom_data": {
60+
"drop_contents": 1
61+
}
62+
}
63+
}
64+
}
2865
]
2966
}
3067
],

0 commit comments

Comments
 (0)