Fix texture Indices
This commit is contained in:
parent
2213013cfa
commit
030d0725b4
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ public class ItemPipe extends Item implements ITextureProvider
|
||||||
{
|
{
|
||||||
case 0: return 11;
|
case 0: return 11;
|
||||||
case 1: return 10;
|
case 1: return 10;
|
||||||
case 2: return 11;
|
case 2: return 14;
|
||||||
case 3: return 10;
|
case 3: return 12;
|
||||||
case 4: return 11;
|
case 4: return 13;
|
||||||
case 5: return 10;
|
case 5: return 15;
|
||||||
}
|
}
|
||||||
return this.iconIndex;
|
return this.iconIndex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue