Skip to content

Commit

Permalink
Probably don't *really* need separate packages for each kind of EMC p…
Browse files Browse the repository at this point in the history
…rocessor
  • Loading branch information
62832 committed May 1, 2024
1 parent dbb82a1 commit 7cf3177
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.mappers;
package gripe._90.appliede.emc;

import net.minecraft.world.item.crafting.RecipeType;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.mappers;
package gripe._90.appliede.emc;

import java.util.Collection;
import java.util.Collections;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.processors;
package gripe._90.appliede.emc;

import java.math.BigInteger;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.mappers;
package gripe._90.appliede.emc;

import java.util.Collections;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.processors;
package gripe._90.appliede.emc;

import java.math.BigInteger;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gripe._90.appliede.emc.mappers;
package gripe._90.appliede.emc;

import java.util.Collection;
import java.util.Collections;
Expand Down

0 comments on commit 7cf3177

Please sign in to comment.