removed armor welding bonus cuz it's complicated #2841

This commit is contained in:
Pyritie 2026-01-31 14:50:18 +00:00
parent 0ee8774718
commit 5a43e40aa4

View file

@ -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;