removed armor welding bonus cuz it's complicated #2841
This commit is contained in:
parent
0ee8774718
commit
5a43e40aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue