Some texture fix's

This commit is contained in:
gigabit101 2016-03-20 15:39:25 +00:00
parent 431c05161a
commit 24c806d68a
7 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ public class ItemStandaloneCables extends ItemTextureBase {
@Override
public String getTextureName(int damage) {
return ModInfo.MOD_ID + ":items/cables/" + EnumCableType.values()[damage];
return ModInfo.MOD_ID + ":items/cables/" + EnumCableType.values()[damage].getName();
}
@Override