Fix most of the errors, still some to go.

This commit is contained in:
Raoul Van den Berge
2016-03-19 14:32:25 +01:00
parent f5e24fcbb6
commit 91b6a340e6
63 changed files with 179 additions and 196 deletions

View File

@@ -3,7 +3,7 @@ package storagecraft.gui;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.BlockPos;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import net.minecraftforge.fml.common.network.IGuiHandler;
import storagecraft.StorageCraftGUI;