Removed Redundant Textures

Removed copies of item textures that simply had other names. Some
textures are broken now. I'll fix that in a moment.
This commit is contained in:
SenseiKiwi 2014-03-03 21:16:44 -04:00
parent afcf62b95b
commit 7e964adb7a
10 changed files with 1 additions and 0 deletions

View file

@ -32,6 +32,7 @@ public class itemRiftRemover extends Item
@Override
public void registerIcons(IconRegister par1IconRegister)
{
System.out.println(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
this.itemIcon = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 438 B