Skip to content

Commit b2ee047

Browse files
committed
Fix weld rules for piglin bartering
1 parent c6bfd7e commit b2ee047

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/packs/extras/skyvoid_additions/beet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id: 'skyvoid_additions'
22
name: 'Sky Void Additions'
33
author: 'BPR'
4-
version: 1.3.0
4+
version: 1.3.1
55

66
require:
77
- bolt

src/packs/extras/skyvoid_additions/data/minecraft/loot_table/gameplay/piglin_bartering.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,31 +399,31 @@
399399
"target": "pools[0].entries",
400400
"source": {
401401
"type": "reference",
402-
"path": "pools[0].entries[20]"
402+
"path": "pools[0].entries[18]"
403403
}
404404
},
405405
{
406406
"type": "append",
407407
"target": "pools[0].entries[0].entries",
408408
"source": {
409409
"type": "reference",
410-
"path": "pools[0].entries[21]"
410+
"path": "pools[0].entries[19]"
411411
}
412412
},
413413
{
414414
"type": "append",
415415
"target": "pools[0].entries",
416416
"source": {
417417
"type": "reference",
418-
"path": "pools[0].entries[22]"
418+
"path": "pools[0].entries[20]"
419419
}
420420
},
421421
{
422422
"type": "append",
423423
"target": "pools[0].entries",
424424
"source": {
425425
"type": "reference",
426-
"path": "pools[0].entries[23]"
426+
"path": "pools[0].entries[21]"
427427
}
428428
}
429429
]

0 commit comments

Comments
 (0)