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

Commit

Permalink
hid reinforced epoxy resin plate
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jul 31, 2024
1 parent 28c20d0 commit 1d1d5b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/src/main/java/muramasa/gregtech/GregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
import java.util.Arrays;
import java.util.function.BiConsumer;

import static muramasa.antimatter.data.AntimatterMaterialTypes.PLATE;

public class GregTech extends AntimatterMod {

public static GregTech INSTANCE;
Expand Down Expand Up @@ -225,7 +227,7 @@ public void onRegistrationEvent(RegistrationEvent event, Side side) {
l.addAll(Arrays.asList(screwdriver_mv.getItem(), screwdriver_hv.getItem()));
l.add(GTCoreItems.BatteryRE);
if (!GregTechConfig.HARDER_CIRCUITS){
l.addAll(Arrays.asList(GTCoreItems.CircuitBoardPhenolic));
l.addAll(Arrays.asList(GTCoreItems.CircuitBoardPhenolic, PLATE.get(Materials.FiberReinforcedEpoxyResin)));
l.addAll(Arrays.asList(GregTechItems.CircuitWetware, GregTechItems.MicroProcessor, GregTechItems.IntegratedProcessor, GregTechItems.NanoProcessor, GregTechItems.QuantumProcessor));
}
});
Expand Down

0 comments on commit 1d1d5b7

Please sign in to comment.