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) {
|
public ItemChestChanger(int id, ChestChangerType type) {
|
||||||
super(id);
|
super(id);
|
||||||
setMaxStackSize(1);
|
setMaxStackSize(1);
|
||||||
setIconIndex(0);
|
|
||||||
this.type=type;
|
this.type=type;
|
||||||
|
setIconIndex(type.ordinal());
|
||||||
setItemName(type.itemName);
|
setItemName(type.itemName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Loading…
Reference in New Issue