Skip to content

Commit

Permalink
Turns out i forgot to register the effect icons for the modifiers wit…
Browse files Browse the repository at this point in the history
…h all the changes. ooops
  • Loading branch information
bonii-xx committed Sep 23, 2014
1 parent 7014f26 commit ec02954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/tconstruct/library/tools/ToolCore.java
Expand Up @@ -207,6 +207,8 @@ public void registerIcons (IIconRegister iconRegister)
addIcons(accessoryStrings, accessoryIcons, iconRegister, getIconSuffix(3));
addIcons(extraStrings, extraIcons, iconRegister, getIconSuffix(4));

addIcons(effectStrings, effectIcons, iconRegister, null);

emptyIcon = iconRegister.registerIcon("tinker:blankface");
}

Expand Down

0 comments on commit ec02954

Please sign in to comment.