Merge pull request #2 from atrain99/master

Fix item Textures! :)
This commit is contained in:
DarkGuardsman 2012-07-10 10:42:58 -07:00
commit 75a33719a7
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -24,10 +24,10 @@ public class ItemPipe extends Item implements ITextureProvider
{
case 0: return 11;
case 1: return 10;
case 2: return 11;
case 3: return 10;
case 4: return 11;
case 5: return 10;
case 2: return 14;
case 3: return 12;
case 4: return 13;
case 5: return 15;
}
return this.iconIndex;
}