Treasure chest name changes

This commit is contained in:
Kino 2017-12-09 16:09:09 -05:00
parent d60647a311
commit c05ea5bbd3

View file

@ -32,15 +32,15 @@ public class GuiTreasureChest extends GuiContainer
if (chestInventory.getKind() == 0) if (chestInventory.getKind() == 0)
{ {
this.chestType = "Slider Treasure Chest"; this.chestType = "Bronze Treasure Chest";
} }
else if (chestInventory.getKind() == 1) else if (chestInventory.getKind() == 1)
{ {
this.chestType = "Valkyrie Queen Treasure Chest"; this.chestType = "Silver Treasure Chest";
} }
else if (chestInventory.getKind() == 2) else if (chestInventory.getKind() == 2)
{ {
this.chestType = "Sun Spirit Treasure Chest"; this.chestType = "Gold Treasure Chest";
} }
else else
{ {