diff options
author | Bass <tudurap.com@gmail.com> | 2019-07-22 23:30:09 +0100 |
---|---|---|
committer | Bass <tudurap.com@gmail.com> | 2019-07-22 23:30:09 +0100 |
commit | 05d32982a24ab98dccffaa7c631ff573f6d3c32f (patch) | |
tree | 383c647ae6b1f17930d60bf7ec36aa89d05a2630 | |
parent | 628b0ec725da69e7b7c7a9add2b621f0eb91696d (diff) | |
download | GT5-Unofficial-05d32982a24ab98dccffaa7c631ff573f6d3c32f.tar.gz GT5-Unofficial-05d32982a24ab98dccffaa7c631ff573f6d3c32f.tar.bz2 GT5-Unofficial-05d32982a24ab98dccffaa7c631ff573f6d3c32f.zip |
Tesla Front Texture
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java index 7da138e74c..673c43415b 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java @@ -326,9 +326,9 @@ public class GT_MetaTileEntity_TM_teslaCoil extends GT_MetaTileEntity_Multiblock @Override @SideOnly(Side.CLIENT) public void registerIcons(IIconRegister aBlockIconRegister) { - ScreenOFF = new Textures.BlockIcons.CustomIcon("iconsets/EM_WH"); - ScreenON = new Textures.BlockIcons.CustomIcon("iconsets/EM_WH_ACTIVE"); - super.registerIcons(aBlockIconRegister);//TODO front texture + ScreenOFF = new Textures.BlockIcons.CustomIcon("iconsets/TM_TESLA_TOWER"); + ScreenON = new Textures.BlockIcons.CustomIcon("iconsets/TM_TESLA_TOWER_ACTIVE"); + super.registerIcons(aBlockIconRegister); } @Override diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER.png Binary files differnew file mode 100644 index 0000000000..5f996ca2ed --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..14423d1741 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TM_TESLA_TOWER_ACTIVE.png |