Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
fixed the gui on the cluster reporting wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
joekaiser committed Jul 8, 2015
1 parent d990278 commit b5bc2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public GuiQuibitCluster(EntityPlayer player, TileEntityQuibitCluster cluster)

private void setupDisplay()
{
this.displayName = String.format(StatCollector.translateToLocal("gui.quibitCluster"), cluster.level);
this.displayName = String.format(StatCollector.translateToLocal("gui.quibitCluster"), cluster.level+1);
int transferRate=cluster.getEnergyTransferRate();
if(transferRate == Integer.MAX_VALUE)
this.maxTransfer = StatCollector.translateToLocal("gui.quibitClusterTransferRateInfinite");
Expand Down

0 comments on commit b5bc2df

Please sign in to comment.