We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237536d commit d822b6cCopy full SHA for d822b6c
data/bot/loot_tables/chests/golem.json
@@ -1,15 +1,29 @@
1
{
2
"pools": [
3
4
- "rolls": {
5
- "min": 1,
6
- "max": 3
7
- },
8
- "bonus_rolls": 1,
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:loot_table",
+ "name": "bot:programs/place_blocks"
9
+ }
10
+ ]
11
+ },
12
13
14
15
16
17
+ "name": "bot:programs/life"
18
19
20
21
22
23
"entries": [
24
25
"type": "minecraft:loot_table",
- "name": "bot:chests/programs"
26
+ "name": "bot:programs/move"
27
}
28
]
29
},
0 commit comments