New Icons for the upgrade item. Really crappy but whatever.
This commit is contained in:
parent
0d01efecc4
commit
180a5aceba
|
@ -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.
Loading…
Reference in New Issue