Merge pull request #1271 from matthewprenger/master
Fixed missing import
This commit is contained in:
commit
b297f29dfe
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
package buildcraft.api.recipes;
|
||||
|
||||
import java.util.LinkedList;
|
||||
|
||||
import buildcraft.core.inventory.StackHelper;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public class AssemblyRecipe {
|
||||
|
|
Loading…
Reference in a new issue