New Icons for the upgrade item. Really crappy but whatever.

This commit is contained in:
Christian Weeks 2012-02-02 00:35:13 -05:00
parent 0d01efecc4
commit 180a5aceba
3 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ public class ItemChestChanger extends Item implements ITextureProvider {
public ItemChestChanger(int id, ChestChangerType type) {
super(id);
setMaxStackSize(1);
setIconIndex(0);
this.type=type;
setIconIndex(type.ordinal());
setItemName(type.itemName);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.