Skip to content

Commit

Permalink
Re-add some default EMC values for inscriber presses
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed May 2, 2024
1 parent f0f69ee commit 38b2f9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/gripe/_90/appliede/AppliedE.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public AppliedE() {
bus.addListener((FMLCommonSetupEvent event) -> {
registerEMC(AEItems.CERTUS_QUARTZ_CRYSTAL, 256);
registerEMC(AEBlocks.SKY_STONE_BLOCK, 256);
registerEMC(AEItems.CALCULATION_PROCESSOR_PRESS, 2048);
registerEMC(AEItems.ENGINEERING_PROCESSOR_PRESS, 2048);
registerEMC(AEItems.LOGIC_PROCESSOR_PRESS, 2048);
registerEMC(AEItems.QUANTUM_ENTANGLED_SINGULARITY, 0);
registerEMC(AEParts.CABLE_ANCHOR, 32);
registerEMC(AEItems.FACADE, 1); // will be replaced by FacadeProcessor
Expand Down

0 comments on commit 38b2f9d

Please sign in to comment.