removed armor welding bonus cuz it's complicated #2841
This commit is contained in:
@@ -195,7 +195,7 @@ function addMaterialWelding(event, outputItem, inputItem1, inputItem2, material,
|
||||
|
||||
if (tfcProperty !== null) {
|
||||
|
||||
event.recipes.tfc.welding(TFC.isp.of(outputItem).copyForgingBonus().copyHeat(), inputItem1, inputItem2, tfcProperty.getTier() - 1)
|
||||
event.recipes.tfc.welding(TFC.isp.of(outputItem).copyHeat(), inputItem1, inputItem2, tfcProperty.getTier() - 1)
|
||||
.id(`tfc:welding/${id}`);
|
||||
|
||||
compactingTier = tfcProperty.getTier() < tierThreshold ? 0 : 1;
|
||||
|
||||
Reference in New Issue
Block a user