Skip to content

Commit

Permalink
Reduce default EMC Values for matter balls and singularities
Browse files Browse the repository at this point in the history
(By now these can be obtained quite easily on certain modpacks, so they may be too easy of an EMC source)
  • Loading branch information
62832 committed Apr 30, 2024
1 parent 67b939c commit 06ea834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gripe/_90/appliede/AppliedE.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ public static boolean useCustomMapper() {
if (!mappedAEItems) {
registerEMC(AEItems.CERTUS_QUARTZ_CRYSTAL, 256);
registerEMC(AEBlocks.SKY_STONE_BLOCK, 256);
registerEMC(AEItems.MATTER_BALL, 2048);
registerEMC(AEItems.SINGULARITY, 2048000);
registerEMC(AEItems.MATTER_BALL, 512);
registerEMC(AEItems.SINGULARITY, 512000);
registerEMC(AEItems.QUANTUM_ENTANGLED_SINGULARITY, 0);
mappedAEItems = true;
}
Expand Down

0 comments on commit 06ea834

Please sign in to comment.