Skip to content

Commit

Permalink
allow SMD diodes in low tier diode block recipes (GregTechCEu#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 authored Mar 24, 2024
1 parent dc389f8 commit c2f681f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,8 @@ public static void init() {
ROTOR);

registerMachineRecipe(ArrayUtils.subarray(MetaTileEntities.DIODES, GTValues.ULV, GTValues.HV), "CDC", "DHD",
"PDP", 'H', HULL, 'D', MetaItems.DIODE, 'P', PLATE, 'C', CABLE_QUAD);
"PDP", 'H', HULL, 'D', new UnificationEntry(OrePrefix.component, MarkerMaterials.Component.Diode), 'P',
PLATE, 'C', CABLE_QUAD);
registerMachineRecipe(ArrayUtils.subarray(MetaTileEntities.DIODES, GTValues.HV, GTValues.LuV), "CDC", "DHD",
"PDP", 'H', HULL, 'D', MetaItems.SMD_DIODE, 'P', PLATE, 'C', CABLE_QUAD);
registerMachineRecipe(
Expand Down

0 comments on commit c2f681f

Please sign in to comment.