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_) {
return true;
}
@SideOnly(Side.CLIENT)
@Override
public void updateProgressBar(int id, int value) {
if (id == 10) {
this.connectionStatus = value;
}
}
}

View file

@ -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);