diff --git a/src/main/resources/assets/opencomputers/recipes/gregtech.recipes b/src/main/resources/assets/opencomputers/recipes/gregtech.recipes index 3ae00a62c..28f4a4039 100644 --- a/src/main/resources/assets/opencomputers/recipes/gregtech.recipes +++ b/src/main/resources/assets/opencomputers/recipes/gregtech.recipes @@ -69,12 +69,12 @@ hdd1 { [screwAluminium, craftingToolScrewdriver, "oc:circuitChip2"]] } hdd2 { - input: [["oc:craftingHDDTier1", "oc:materialCircuitBoardPrinted" , "oc:craftingHDDTier1"] + input: [["oc:hdd1", "oc:materialCircuitBoardPrinted" , "oc:hdd1"] ["oc:circuitChip2", screwTitanium, "oc:circuitChip2"] [screwTitanium, craftingToolScrewdriver, screwTitanium]] } hdd3 { - input: [["oc:craftingHDDTier2", "oc:materialCircuitBoardPrinted", "oc:craftingHDDTier2"] + input: [["oc:hdd2", "oc:materialCircuitBoardPrinted", "oc:hdd2"] ["oc:circuitChip3", screwTungstenSteel, "oc:circuitChip3"] [screwTungstenSteel , craftingToolScrewdriver, screwTungstenSteel]] } @@ -283,7 +283,7 @@ rack { } redstone { input: [["", "oc:materialCircuitBoardPrinted", ""] - [{block=BlockMetaID_Machine, subID=69}, craftingRawMachineTier02, "oc:redstoneCard"] + [{block=BlockMetaID_Machine, subID=69}, craftingRawMachineTier02, "oc:redstoneCard1"] ["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"]] } switch { diff --git a/src/main/resources/assets/opencomputers/recipes/hardmode.recipes b/src/main/resources/assets/opencomputers/recipes/hardmode.recipes index 1637d825f..fabaf9f0d 100644 --- a/src/main/resources/assets/opencomputers/recipes/hardmode.recipes +++ b/src/main/resources/assets/opencomputers/recipes/hardmode.recipes @@ -121,17 +121,17 @@ linkedCard { batteryUpgrade1 { input: [[ingotIron, nuggetGold, ingotIron] - ["oc:transistor", "oc:capacitor", "oc:transistor"] + ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] [ingotIron, nuggetGold, ingotIron]] } batteryUpgrade2 { input: [[ingotGold, "oc:capacitor", ingotGold] - ["oc:transistor", nuggetGold, "oc:transistor"] + ["oc:materialTransistor", nuggetGold, "oc:materialTransistor"] [ingotGold, "oc:capacitor", ingotGold]] } batteryUpgrade3 { input: [[diamond, "oc:capacitor", diamond] - ["oc:transistor", "oc:capacitor", "oc:transistor"] + ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] [diamond, "oc:capacitor", diamond]] } craftingUpgrade {