Organize imports

This commit is contained in:
yueh
2016-01-01 01:47:22 +01:00
parent 72923cadb4
commit 68c3ea5ae9
77 changed files with 127 additions and 88 deletions
@@ -29,9 +29,9 @@ import net.minecraft.util.BlockPos;
import net.minecraft.util.EnumFacing;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.IBlockAccess;
import appeng.client.ItemRenderType;
import appeng.block.misc.BlockSkyCompass;
import appeng.client.ItemRenderType;
import appeng.client.render.BaseBlockRender;
import appeng.client.render.ModelGenerator;
import appeng.client.render.model.ModelCompass;