Clean imports

This commit is contained in:
modmuss50 2015-04-12 09:45:31 +01:00
parent c942a2278f
commit 91495286db
19 changed files with 51 additions and 69 deletions
src/main/java/techreborn/items

View file

@ -1,9 +1,9 @@
package techreborn.items;
import techreborn.client.TechRebornCreativeTab;
import techreborn.lib.ModInfo;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.item.Item;
import techreborn.client.TechRebornCreativeTab;
import techreborn.lib.ModInfo;
public class ItemTR extends Item{