some fixes

This commit is contained in:
Dmitry 2024-01-13 14:49:28 +07:00
parent 8cc161bce9
commit cb71a82564
2 changed files with 21 additions and 2 deletions

View file

@ -55,6 +55,10 @@ const registerTFCRecipes = (event) => {
.resultFluid(Fluid.of(outputMaterial.getFluid(), 288))
.id(`tfc:heating/metal/${material}_double_ingot`)
// 2 слитка -> Двойной слиток
event.recipes.tfc.welding(doubleIngotItem, ingotItem, ingotItem, tfcProperty.getTier())
.id(`tfc:welding/${material}_double_ingot`)
// Plates
let plateItem = ChemicalHelper.get(TagPrefix.plate, material, 1)
if (!plateItem.isEmpty()) {