Cleanup after refactoring
This commit is contained in:
parent
524770abba
commit
be23d2af6e
23 changed files with 168 additions and 304 deletions
src/main/java/techreborn/items
|
@ -49,7 +49,6 @@ import org.apache.commons.lang3.Validate;
|
|||
import reborncore.common.util.StringUtils;
|
||||
import techreborn.events.TRRecipeHandler;
|
||||
import techreborn.init.TRItems;
|
||||
import techreborn.utils.InitUtils;
|
||||
|
||||
/**
|
||||
* Created by modmuss50 on 17/05/2016.
|
||||
|
|
|
@ -33,7 +33,6 @@ import net.minecraft.util.EnumHand;
|
|||
import net.minecraft.world.World;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.utils.InitUtils;
|
||||
|
||||
public class ItemDestructopack extends Item {
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ import net.minecraft.util.EnumHand;
|
|||
import net.minecraft.world.World;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.utils.InitUtils;
|
||||
|
||||
public class ItemManual extends Item {
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@ import reborncore.api.recipe.IBaseRecipeType;
|
|||
import reborncore.api.recipe.RecipeHandler;
|
||||
import reborncore.common.util.WorldUtils;
|
||||
import techreborn.api.Reference;
|
||||
import techreborn.utils.InitUtils;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class ItemScrapBox extends Item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue