Got the Vacuum Freezer working.

This commit is contained in:
Modmuss50 2015-11-18 08:35:34 +00:00
parent 8fd59c896b
commit 758d918bdb
5 changed files with 64 additions and 5 deletions

View file

@ -68,6 +68,7 @@ public class ContainerVacuumFreezer extends ContainerCrafting {
@SideOnly(Side.CLIENT)
@Override
public void updateProgressBar(int id, int value) {
super.updateProgressBar(id, value);
if (id == 3) {
machineStatus = value;
}