Update recipes.js

This commit is contained in:
Dmitry 2024-01-19 15:57:15 +07:00
parent 90b2a48065
commit c7027d3083

View file

@ -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++) {