Skip to content

Commit

Permalink
Restore PA controller recipe (GTNewHorizons#2276)
Browse files Browse the repository at this point in the history
* Restore PA controller recipe

* Remove duplicated recipe
  • Loading branch information
S4mpsa authored Sep 5, 2023
1 parent a50e598 commit a37f522
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7040,6 +7040,13 @@ private static void registerShapedCraftingRecipes() {
OrePrefixes.circuit.get(Materials.Ultimate), 'W', OrePrefixes.wireGt04.get(Materials.Naquadah), 'U',
OrePrefixes.stick.get(Materials.Americium) });

GT_ModHandler.addCraftingRecipe(
ItemList.Processing_Array.get(1L),
bitsd,
new Object[] { "CTC", "FMF", "CBC", 'M', ItemList.Hull_EV, 'B',
OrePrefixes.pipeLarge.get(Materials.StainlessSteel), 'C', OrePrefixes.circuit.get(Materials.Elite), 'F',
ItemList.Robot_Arm_EV, 'T', ItemList.Energy_LapotronicOrb });

GT_ProcessingArrayRecipeLoader.registerDefaultGregtechMaps();
GT_ModHandler.addCraftingRecipe(
ItemList.Distillation_Tower.get(1L),
Expand Down

0 comments on commit a37f522

Please sign in to comment.