toolbelt uses buckles/leather strips now
This commit is contained in:
parent
da3a541439
commit
e6d3a9491d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ const registerToolBeltRecipes = (event) => {
|
||||||
'BAB'
|
'BAB'
|
||||||
], {
|
], {
|
||||||
A: '#forge:string',
|
A: '#forge:string',
|
||||||
B: '#forge:leather',
|
B: 'sns:leather_strip',
|
||||||
C: '#forge:bolts/rose_gold'
|
C: '#forge:bolts/rose_gold'
|
||||||
}).id('tfg:toolbelt/shaped/pouch')
|
}).id('tfg:toolbelt/shaped/pouch')
|
||||||
|
|
||||||
|
|
@ -20,8 +20,8 @@ const registerToolBeltRecipes = (event) => {
|
||||||
'BCB'
|
'BCB'
|
||||||
], {
|
], {
|
||||||
A: '#forge:string',
|
A: '#forge:string',
|
||||||
B: '#forge:leather',
|
B: 'sns:leather_strip',
|
||||||
C: '#forge:plates/wrought_iron'
|
C: 'sns:buckle'
|
||||||
}).id(`tfg:toolbelt/shaped/belt_${2}`)
|
}).id(`tfg:toolbelt/shaped/belt_${2}`)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue