Clean imports
This commit is contained in:
parent
c942a2278f
commit
91495286db
19 changed files with 51 additions and 69 deletions
|
@ -1,9 +1,8 @@
|
|||
package techreborn.util;
|
||||
|
||||
import org.apache.logging.log4j.Level;
|
||||
|
||||
import techreborn.lib.ModInfo;
|
||||
import cpw.mods.fml.common.FMLLog;
|
||||
import org.apache.logging.log4j.Level;
|
||||
import techreborn.lib.ModInfo;
|
||||
|
||||
public class LogHelper {
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
package techreborn.util;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.item.crafting.CraftingManager;
|
||||
import net.minecraft.item.crafting.IRecipe;
|
||||
import net.minecraft.item.crafting.ShapedRecipes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class RecipeRemover
|
||||
{
|
||||
public static void removeShapedRecipes(List<ItemStack> removelist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue