Fixed hardcoded texturefile
This commit is contained in:
parent
6138cd3811
commit
68a911f36a
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ public class BlockGenericPipe extends BlockContainer implements ITextureProvider
|
||||||
|
|
||||||
Pipe dummyPipe = createPipe(item.shiftedIndex);
|
Pipe dummyPipe = createPipe(item.shiftedIndex);
|
||||||
if (dummyPipe != null){
|
if (dummyPipe != null){
|
||||||
item.setTextureFile(DefaultProps.TEXTURE_BLOCKS);
|
item.setTextureFile(dummyPipe.getTextureFile());
|
||||||
item.setTextureIndex(dummyPipe.getTextureIndexForItem());
|
item.setTextureIndex(dummyPipe.getTextureIndexForItem());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue