This commit is contained in:
modmuss50 2015-11-01 14:38:47 +00:00
parent 1342eb90cf
commit 227d5fe19b

View file

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