Skip to content

Commit

Permalink
Merge pull request #25 from chochem/fix-infcat
Browse files Browse the repository at this point in the history
Fix infcat (EC2 cleanup)
  • Loading branch information
Dream-Master authored Feb 12, 2023
2 parents 3792c04 + 65a4085 commit efa19eb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main/java/fox/spiteful/avaritia/compat/Compat.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,10 @@ public static void compatify() {
if (ae2) {
try {
Item resource = getItem("appliedenergistics2", "item.ItemMultiMaterial");
if (Loader.isModLoaded("extracells") && Config.extracells) {
Item extracell = getItem("extracells", "storage.component");
// 16mb cell
Grinder.catalyst.getInput().add(new ItemStack(extracell, 1, 3));
} else {
// 64k Cell
Grinder.catalyst.getInput().add(new ItemStack(resource, 1, 38));
}

// 16m cell
Grinder.catalyst.getInput().add(new ItemStack(resource, 1, 60));

// Singularity
Grinder.catalyst.getInput().add(new ItemStack(resource, 1, 47));

Expand Down

0 comments on commit efa19eb

Please sign in to comment.