Update recipes.js
This commit is contained in:
parent
90b2a48065
commit
c7027d3083
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ const registerToolBeltRecipes = (event) => {
|
|||
A: '#forge:string',
|
||||
B: '#forge:leather',
|
||||
C: '#forge:plates/wrought_iron'
|
||||
})
|
||||
}).id('tfg:toolbelt/shaped/pouch')
|
||||
|
||||
// ToolBelt с размером 2
|
||||
event.shaped(Item.of('toolbelt:belt', {Size:2}), [
|
||||
|
|
@ -25,7 +25,7 @@ const registerToolBeltRecipes = (event) => {
|
|||
A: '#forge:string',
|
||||
B: '#forge:leather',
|
||||
C: '#forge:plates/wrought_iron'
|
||||
})
|
||||
}).id('tfg:toolbelt/shaped/belt_' + 2)
|
||||
|
||||
// ToolBelt с размером 3 - 9
|
||||
for (let i = 3; i < 10; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue