Round and round it goes

This commit is contained in:
Gig 2015-06-07 20:23:49 +01:00
parent 70cd363656
commit 958dbbd9c4
2 changed files with 2 additions and 11 deletions

View file

@ -131,6 +131,7 @@ public class TileCentrifuge extends TileMachineBase implements IWrenchable, IEn
if(crafter.currentRecipe !=null){
info.add("Power Usage " + crafter.currentRecipe.euPerTick() + " EU/t");
}
info.add("Round and round it goes");
}
@Override