else buttonListAT.get(0).buttonEnabled = !buttonListAT.get(0).buttonEnabled;
tablet.leftClick = buttonListAT.get(1).buttonEnabled;
tablet.redstone = buttonListAT.get(0).buttonEnabled;
ThaumicTinkerer.netHandler.sendToServer(new PacketTabletButton(tablet));
}