Fixed shift clicking crash, now saves the inventory of the chest

This commit is contained in:
modmuss50 2015-04-11 11:53:27 +01:00
parent b41adffa60
commit 0e6d635e8d
7 changed files with 130 additions and 16 deletions

View file

@ -6,9 +6,7 @@ import net.minecraft.client.resources.I18n;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.ResourceLocation;
import techreborn.client.container.ContainerQuantumChest;
import techreborn.client.container.ContainerQuantumTank;
import techreborn.tiles.TileQuantumChest;
import techreborn.tiles.TileQuantumTank;
public class GuiQuantumChest extends GuiContainer {