@SideOnly(Side.CLIENT)
public void updateProgressBar(int id, int value) {
super.updateProgressBar(id, value);
TankManager tMan = loco.getTankManager();
if (tMan != null)
tMan.processGuiUpdate(id, value);
switch (id) {
case 20:
loco.boiler.burnTime = value;
break;