Now render the correct texture for sub-mod pipes
This commit is contained in:
parent
723fec37a0
commit
1f29062a78
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
|||
}
|
||||
|
||||
// Pipe Textures
|
||||
renderState.setTextureFile(pipe.getTextureFile());
|
||||
for(Orientations o: Orientations.values()){
|
||||
renderState.textureMatrix.setTextureIndex(o, pipe.getTextureIndex(o));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue