Hi, I have one problem. If I put in container 0.5 stack, the container will be one stack. Items are doubled. If I take these items by Left-Click, then she disappears. If I take by Right-Click, then she will take.
TileEntityMagnet:
ContainerMagnet:
GuiHandler:
I register GuiHandler in init() (proxy is not) (like this: NetworkRegistry.INSTANCE.registerGuiHandler(Main.instance, new GuiHandler())) and register TileEntityMagnet in CommonProxy in preInin (like this: GameRegistry.registerTileEntity(TileEntityMagnet.class, "TileEntityMagnet"))