Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from bartimaeusnek/wrap-of-circuit-fix
Browse files Browse the repository at this point in the history
possible fix of OC Adapter recipe don't work #5220
  • Loading branch information
bartimaeusnek authored Jan 8, 2020
2 parents a2b09bd + cb0f7cf commit 475e9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void makeCircuitParts() {
// tt += "Internal Name = "+single;
String localised = GT_LanguageManager.getTranslation(GT_LanguageManager.getTranslateableItemStackName(itemStack));
BW_Meta_Items.getNEWCIRCUITS().addItem(CircuitImprintLoader.reverseIDs, "Wrap of " + localised+"s", tt);
GT_Values.RA.addAssemblerRecipe(new ItemStack[]{single.get(16).copy()}, Materials.Plastic.getMolten(72),BW_Meta_Items.getNEWCIRCUITS().getStack(CircuitImprintLoader.reverseIDs),600,30);
GT_Values.RA.addAssemblerRecipe(new ItemStack[]{single.get(16).copy(), GT_Utility.getIntegratedCircuit(16)}, Materials.Plastic.getMolten(72),BW_Meta_Items.getNEWCIRCUITS().getStack(CircuitImprintLoader.reverseIDs),600,30);
CircuitImprintLoader.circuitIIconRefs.put(CircuitImprintLoader.reverseIDs,single);
CircuitImprintLoader.reverseIDs--;
}
Expand Down

0 comments on commit 475e9cb

Please sign in to comment.