Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
made nand chip recipe in crafting table use tin instead of copper wires
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 29, 2023
1 parent 07e4ce7 commit 3f52eb0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,8 @@ private static void circuits(Consumer<FinishedRecipe> output, AntimatterRecipePr
.put('N', NandChip)
.put('S', CircuitBoardCoated)
.build(), "CNC", "CSC", "CNC");
var wire = TagUtils.getItemTag(new ResourceLocation(GTIRef.ANTIMATTER, SubTag.COPPER_WIRE.getId()+"_"+ PipeSize.VTINY.getId()));
provider.addItemRecipe(output, GTIRef.ID, "", "circuits", NandChip,
ImmutableMap.of('C', ITEM_CASING.getMaterialTag(Steel), 'R', WIRE_RED_ALLOY.getBlockItem(PipeSize.VTINY), 'T', wire), "CR", "RT");
ImmutableMap.of('C', ITEM_CASING.getMaterialTag(Steel), 'R', WIRE_RED_ALLOY.getBlockItem(PipeSize.VTINY), 'T', WIRE_TIN.getBlockItem(PipeSize.VTINY)), "CR", "RT");
provider.addItemRecipe(output, GTIRef.ID, "lapotron_crystal_upgrade", "energy_orbs", GTCoreItems.LapotronCrystal,
ImmutableMap.of('C', CIRCUITS_ADVANCED, 'L', DUST_LAPIS_LAZURITE, 'E', GTCoreItems.EnergyCrystal), "LCL", "LEL", "LCL");
provider.addItemRecipe(output, GTIRef.ID, "", "energy_orbs", GTCoreItems.LapotronCrystal,
Expand Down

0 comments on commit 3f52eb0

Please sign in to comment.