Cable types
This commit is contained in:
parent
2e10f10197
commit
65266317b3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class ItemCables extends ItemTextureBase {
|
|||
}
|
||||
|
||||
public static final String[] types = new String[]
|
||||
{"copper", "gold"};
|
||||
{"copper", "tin", "gold", "hv", "glassfiber", "insulatedcopper", "insulatedgold", "insulatedhv"};
|
||||
|
||||
|
||||
public ItemCables() {
|
||||
|
|
Loading…
Reference in a new issue