aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorBass <tudurap.com@gmail.com>2019-07-23 00:35:00 +0100
committerBass <tudurap.com@gmail.com>2019-07-23 00:35:00 +0100
commit49f612485d2f4a61f182f9a264a891436bd1c71d (patch)
tree03f54b4bdb4f37eaf924bd60867b6128811b7b7d /src/main
parent05d32982a24ab98dccffaa7c631ff573f6d3c32f (diff)
downloadGT5-Unofficial-49f612485d2f4a61f182f9a264a891436bd1c71d.tar.gz
GT5-Unofficial-49f612485d2f4a61f182f9a264a891436bd1c71d.tar.bz2
GT5-Unofficial-49f612485d2f4a61f182f9a264a891436bd1c71d.zip
Capacitor Textures
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java10
-rw-r--r--src/main/resources/assets/tectech/textures/items/itemCapacitorEV.pngbin0 -> 575 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/items/itemCapacitorHV.pngbin0 -> 581 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/items/itemCapacitorIV.pngbin0 -> 583 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/items/itemCapacitorLV.pngbin0 -> 577 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/items/itemCapacitorMV.pngbin0 -> 561 bytes
6 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java b/src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
index e09fe79d6c..110c4f7aa7 100644
--- a/src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
+++ b/src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
@@ -24,7 +24,7 @@ public final class TeslaCoilCapacitor extends Item {
public TeslaCoilCapacitor() {
setUnlocalizedName("tm.teslaCoilCapacitor");
- setTextureName(MODID + ":itemParametrizerMemoryCardUnlocked");
+ setTextureName(MODID + ":itemCapacitorLV");
GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".0.name", "LV Tesla Capacitor");
GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".1.name", "MV Tesla Capacitor");
@@ -74,10 +74,10 @@ public final class TeslaCoilCapacitor extends Item {
@SideOnly(Side.CLIENT)
public void registerIcons(IIconRegister iconRegister) {
LVicon = itemIcon = iconRegister.registerIcon(getIconString());
- MVicon = iconRegister.registerIcon(MODID + ":itemParametrizerMemoryCardLocked");
- HVicon = iconRegister.registerIcon(MODID + ":itemParametrizerMemoryCardLocked");
- EVicon = iconRegister.registerIcon(MODID + ":itemParametrizerMemoryCardLocked");
- IVicon = iconRegister.registerIcon(MODID + ":itemParametrizerMemoryCardLocked");
+ MVicon = iconRegister.registerIcon(MODID + ":itemCapacitorMV");
+ HVicon = iconRegister.registerIcon(MODID + ":itemCapacitorHV");
+ EVicon = iconRegister.registerIcon(MODID + ":itemCapacitorEV");
+ IVicon = iconRegister.registerIcon(MODID + ":itemCapacitorIV");
}
@Override
diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorEV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorEV.png
new file mode 100644
index 0000000000..124188d3bd
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorEV.png
Binary files differ
diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorHV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorHV.png
new file mode 100644
index 0000000000..3500d8f6cb
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorHV.png
Binary files differ
diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorIV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorIV.png
new file mode 100644
index 0000000000..028f8a467e
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorIV.png
Binary files differ
diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorLV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorLV.png
new file mode 100644
index 0000000000..13d1d0667e
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorLV.png
Binary files differ
diff --git a/src/main/resources/assets/tectech/textures/items/itemCapacitorMV.png b/src/main/resources/assets/tectech/textures/items/itemCapacitorMV.png
new file mode 100644
index 0000000000..fc364e52c3
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/items/itemCapacitorMV.png
Binary files differ