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_) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
@Override
|
||||
public void updateProgressBar(int id, int value) {
|
||||
if (id == 10) {
|
||||
this.connectionStatus = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ import techreborn.init.ModBlocks;
|
|||
/**
|
||||
* Created by modmuss50 on 14/03/2016.
|
||||
*/
|
||||
public class TileBatBox extends TilePowerAcceptor implements IWrenchable {
|
||||
public class TileBatBox extends TilePowerAcceptor implements IWrenchable {
|
||||
|
||||
public TileBatBox() {
|
||||
super(1);
|
||||
|
|
Loading…
Reference in a new issue