Treasure chest name changes
This commit is contained in:
parent
d60647a311
commit
c05ea5bbd3
1 changed files with 3 additions and 3 deletions
|
@ -32,15 +32,15 @@ public class GuiTreasureChest extends GuiContainer
|
|||
|
||||
if (chestInventory.getKind() == 0)
|
||||
{
|
||||
this.chestType = "Slider Treasure Chest";
|
||||
this.chestType = "Bronze Treasure Chest";
|
||||
}
|
||||
else if (chestInventory.getKind() == 1)
|
||||
{
|
||||
this.chestType = "Valkyrie Queen Treasure Chest";
|
||||
this.chestType = "Silver Treasure Chest";
|
||||
}
|
||||
else if (chestInventory.getKind() == 2)
|
||||
{
|
||||
this.chestType = "Sun Spirit Treasure Chest";
|
||||
this.chestType = "Gold Treasure Chest";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue