Skip to content

Commit

Permalink
Pipe icon handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooc committed Sep 30, 2013
1 parent ff6c58f commit 791b6cd
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion additionalpipes/textures/APPipeIconProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Icon getIcon(int iconIndex) {
@SideOnly(Side.CLIENT)
public void registerIcons(IconRegister iconRegister) {
for(int i = 0; i < iconCount; i++) {
icons[i] = iconRegister.registerIcon("additionalpipes:pipes/" + i);
icons[i] = iconRegister.registerIcon("additionalpipes:" + i);
}
}

Expand Down

0 comments on commit 791b6cd

Please sign in to comment.