Skip to content

Commit

Permalink
feat(recipes): ✏️[Pig Iron Large Plate] add [Metal Press] recipes
Browse files Browse the repository at this point in the history
Also add Press recipes for [Evil Infused Large Plate][Void Metal Large Plate][Neutronium Large Plate].
  • Loading branch information
Krutoy242 committed Feb 27, 2024
1 parent 3e3978c commit aef420e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/mods/tconstruct/tconstruct.zs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ val pressPlates = {
heavy : <ore:blockHeavy>,
constantan : <ore:blockConstantan>,
manyullyn : <ore:blockManyullyn>,
pigiron : <ore:blockPigiron>,
xu_evil_metal : <ore:blockEvilMetal>,
void_metal : <ore:blockVoid>,
neutronium : <ore:blockCosmicNeutronium>,
} as IIngredient[string];
for out, inp in pressPlates {
mods.immersiveengineering.MetalPress.addRecipe(<tconstruct:large_plate>.withTag({ Material: out }), inp, <immersiveengineering:mold>, 16000, inp.amount);
Expand Down

0 comments on commit aef420e

Please sign in to comment.