more gui things

This commit is contained in:
gigabit101 2016-03-22 23:58:16 +00:00
parent 123e704caf
commit 6d1a8a835e
2 changed files with 1 additions and 9 deletions

View file

@ -51,12 +51,4 @@ public class ContainerGrinder extends ContainerCrafting {
public boolean canInteractWith(EntityPlayer p_75145_1_) { public boolean canInteractWith(EntityPlayer p_75145_1_) {
return true; return true;
} }
@SideOnly(Side.CLIENT)
@Override
public void updateProgressBar(int id, int value) {
if (id == 10) {
this.connectionStatus = value;
}
}
} }