Fixes #214
This commit is contained in:
parent
1342eb90cf
commit
227d5fe19b
1 changed files with 1 additions and 4 deletions
|
@ -99,10 +99,7 @@ public class TileCentrifuge extends TilePowerAcceptor implements IWrenchable, IE
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addInfo(List<String> info, boolean isRealTile) {
|
public void addInfo(List<String> info, boolean isRealTile) {
|
||||||
// info.add("Power Stored " + energy.getEnergyStored() +" EU");
|
super.addInfo(info, isRealTile);
|
||||||
// if(crafter.currentRecipe !=null){
|
|
||||||
// info.add("Power Usage " + crafter.currentRecipe.euPerTick() + " EU/t");
|
|
||||||
// }
|
|
||||||
info.add("Round and round it goes");
|
info.add("Round and round it goes");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue