We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc02698 commit 8d6b969Copy full SHA for 8d6b969
1 file changed
stackable_shulker_boxes/data/minecraft/loot_tables/blocks/yellow_shulker_box.json
@@ -25,6 +25,43 @@
25
}
26
]
27
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
55
56
57
58
59
60
61
62
63
64
65
66
67
],
0 commit comments