Update recipes.js
This commit is contained in:
parent
34bbe4627c
commit
7352944eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const registerTFCRecipes = (event) => {
|
|||
.id(`tfc:casting/${material}_fire_ingot`)
|
||||
|
||||
// Double Ingots
|
||||
let doubleIngotItem = ChemicalHelper.get(TFGTagPrefix.ingotDouble, material)
|
||||
let doubleIngotItem = ChemicalHelper.get(TFGTagPrefix.ingotDouble, material, 1)
|
||||
if (!doubleIngotItem.isEmpty()) {
|
||||
|
||||
// Декрафт двойного слитка в жидкость
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue