diff options
| author | Blood-Asp <bloodasphendrik@gmail.com> | 2017-11-25 18:45:33 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-25 18:45:33 +0100 | 
| commit | 7cc77f5abfce652c50f7876af236dc057a0ce209 (patch) | |
| tree | 9ad3fcaef69c67c9451413a0ab958c2472cd8365 /src/main/java/gregtech/api/enums/TextureSet.java | |
| parent | 1c9c9af45bfa46278ed4840c3c6ae1459879d2fe (diff) | |
| parent | 9ea8a856090db86512b0b20e684112c632ac1fb2 (diff) | |
| download | GT5-Unofficial-7cc77f5abfce652c50f7876af236dc057a0ce209.tar.gz GT5-Unofficial-7cc77f5abfce652c50f7876af236dc057a0ce209.tar.bz2 GT5-Unofficial-7cc77f5abfce652c50f7876af236dc057a0ce209.zip | |
Merge pull request #1264 from Antifluxfield/GT6-styled_pipes
GT6 Styled Pipes & Cables
Diffstat (limited to 'src/main/java/gregtech/api/enums/TextureSet.java')
| -rw-r--r-- | src/main/java/gregtech/api/enums/TextureSet.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/main/java/gregtech/api/enums/TextureSet.java b/src/main/java/gregtech/api/enums/TextureSet.java index 891a808553..aa893780e8 100644 --- a/src/main/java/gregtech/api/enums/TextureSet.java +++ b/src/main/java/gregtech/api/enums/TextureSet.java @@ -103,8 +103,8 @@ public class TextureSet {          mTextures[81] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + "/pipeLarge");          mTextures[82] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + "/pipeHuge");          mTextures[83] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + "/frameGt"); -        mTextures[84] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + aTextVoidDir); -        mTextures[85] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + aTextVoidDir); +        mTextures[84] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + "/pipeQuadruple"); +        mTextures[85] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + "/pipeNonuple");          mTextures[86] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + aTextVoidDir);          mTextures[87] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + aTextVoidDir);          mTextures[88] = new Textures.BlockIcons.CustomIcon(aTextMatIconDir + mSetName + aTextVoidDir); | 
