Skip to content

Commit

Permalink
inductor in transformer (#1907)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0afaa4f)
  • Loading branch information
chochem authored and Dream-Master committed Apr 23, 2023
1 parent ac0b7a7 commit 8f0c8f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@ private static void run1() {
ItemList.Transformer_HV_MV.get(1L),
bitsd,
new Object[] { "KBB", "CM ", "KBB", 'M', ItemList.Hull_MV, 'C', OrePrefixes.cableGt01.get(Materials.Gold),
'B', OrePrefixes.cableGt01.get(Materials.AnyCopper), 'K', ItemList.Circuit_Parts_Coil });
'B', OrePrefixes.cableGt01.get(Materials.AnyCopper), 'K',
OrePrefixes.componentCircuit.get(Materials.Inductor) });
GT_ModHandler.addCraftingRecipe(
ItemList.Transformer_EV_HV.get(1L),
bitsd,
Expand Down

0 comments on commit 8f0c8f3

Please sign in to comment.