Some texture fix's
This commit is contained in:
parent
431c05161a
commit
24c806d68a
7 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue