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

Commit

Permalink
possible ix of OC Adapter recipe don't work #5220
Browse files Browse the repository at this point in the history
GTNewHorizons/GT-New-Horizons-Modpack#5220
add circuit 16 to wrap of circuit recipe
  • Loading branch information
Dream-Master committed Jan 7, 2020
1 parent a2b09bd commit cb0f7cf
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 cb0f7cf

Please sign in to comment.