Update recipes.js
This commit is contained in:
parent
1ddeb77479
commit
44eb614e82
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const registerTFCRecipes = (event) => {
|
|||
.id(`tfc:heating/metal/${material}_double_ingot`)
|
||||
|
||||
// 2 слитка -> Двойной слиток
|
||||
event.recipes.tfc.welding(doubleIngotItem, ingotItem, ingotItem, tfcProperty.getTier())
|
||||
event.recipes.tfc.welding(doubleIngotItem, ingotItem, ingotItem, tfcProperty.getTier() - 1)
|
||||
.id(`tfc:welding/${material}_double_ingot`)
|
||||
|
||||
// Plates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue