Clean imports
This commit is contained in:
parent
c942a2278f
commit
91495286db
19 changed files with 51 additions and 69 deletions
|
@ -1,10 +1,9 @@
|
|||
package techreborn.itemblocks;
|
||||
|
||||
import techreborn.Core;
|
||||
import techreborn.blocks.BlockOre;
|
||||
import techreborn.init.ModBlocks;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.item.ItemMultiTexture;
|
||||
import techreborn.blocks.BlockOre;
|
||||
import techreborn.init.ModBlocks;
|
||||
|
||||
public class ItemBlockOre extends ItemMultiTexture{
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package techreborn.itemblocks;
|
||||
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemBlock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue