Skip to content

Commit d822b6c

Browse files
committed
feat(progression): guarantee starter programs in golem loot table
1 parent 237536d commit d822b6c

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

Diff for: data/bot/loot_tables/chests/golem.json

+20-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
{
22
"pools": [
33
{
4-
"rolls": {
5-
"min": 1,
6-
"max": 3
7-
},
8-
"bonus_rolls": 1,
4+
"rolls": 1,
5+
"entries": [
6+
{
7+
"type": "minecraft:loot_table",
8+
"name": "bot:programs/place_blocks"
9+
}
10+
]
11+
},
12+
{
13+
"rolls": 1,
14+
"entries": [
15+
{
16+
"type": "minecraft:loot_table",
17+
"name": "bot:programs/life"
18+
}
19+
]
20+
},
21+
{
22+
"rolls": 1,
923
"entries": [
1024
{
1125
"type": "minecraft:loot_table",
12-
"name": "bot:chests/programs"
26+
"name": "bot:programs/move"
1327
}
1428
]
1529
},

0 commit comments

Comments
 (0)