Optimized Imports.

This commit is contained in:
AlgorithmX2
2014-07-25 21:52:21 -05:00
parent b4d99d3d06
commit ab78f940db
12 changed files with 52 additions and 44 deletions
+3 -3
View File
@@ -3,14 +3,14 @@ package appeng.recipes.game;
import java.util.ArrayList;
import java.util.Iterator;
import appeng.api.exceptions.MissingIngredientError;
import appeng.api.exceptions.RegistrationError;
import appeng.api.recipes.IIngredient;
import net.minecraft.inventory.InventoryCrafting;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.IRecipe;
import net.minecraft.world.World;
import net.minecraftforge.oredict.OreDictionary;
import appeng.api.exceptions.MissingIngredientError;
import appeng.api.exceptions.RegistrationError;
import appeng.api.recipes.IIngredient;
public class ShapelessRecipe implements IRecipe, IRecipeBakeable
{