Got the Vacuum Freezer working.
This commit is contained in:
parent
8fd59c896b
commit
758d918bdb
5 changed files with 64 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue