more gui things
This commit is contained in:
parent
123e704caf
commit
6d1a8a835e
2 changed files with 1 additions and 9 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue