Some texture fix's
This commit is contained in:
parent
431c05161a
commit
24c806d68a
7 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ public class ItemEnergyCrystal extends ItemTextureBase implements IEnergyItemInf
|
|||
|
||||
@Override
|
||||
public String getTextureName(int damage) {
|
||||
return "techreborn:items/energycrystal";
|
||||
return "techreborn:items/energyCrystal";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -29,7 +29,7 @@ public class ItemIngots extends ItemTextureBase {
|
|||
"bronze", "cadmium", "chrome", "copper", "cupronickel", "electrum", "indium",
|
||||
"invar", "iridium", "kanthal", "lead", "lodestone", "magnalium", "nichrome", "nickel",
|
||||
"osmium", "platinum", "silver", "steel", "tellurium", "tin", "titanium",
|
||||
"tungsten", "hotTungstensteel", "tungstensteel", "zinc", "refinediron"};
|
||||
"tungsten", "hotTungstensteel", "tungstensteel", "zinc", "refinedIron"};
|
||||
|
||||
|
||||
public ItemIngots() {
|
||||
|
|
|
@ -46,7 +46,7 @@ public class ItemLapotronCrystal extends ItemTextureBase implements IEnergyItemI
|
|||
|
||||
@Override
|
||||
public String getTextureName(int damage) {
|
||||
return "techreborn:items/lapotroncrystal";
|
||||
return "techreborn:items/lapotronCrystal";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
Loading…
Reference in a new issue