Skip to content

Commit

Permalink
Add missing icon for Purchase Price icon in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 1, 2021
1 parent 9baa543 commit 0fda360
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@ private PanelItem createButton(Button button)
}
case PURCHASE_COST:
{
itemStack = new ItemStack(Material.GOLD_BLOCK);

description.add(this.user.getTranslation(reference + ".value",
Constants.NUMBER, String.valueOf(this.generatorTier.getGeneratorTierCost())));

Expand Down

0 comments on commit 0fda360

Please sign in to comment.