Typo Flipable
This commit is contained in:
parent
4e8dea8dfe
commit
e9f5ba8069
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ public class PartDenseCable extends PartCable
|
||||||
* -0.2f );
|
* -0.2f );
|
||||||
*
|
*
|
||||||
* if ( of == ForgeDirection.EAST || of == ForgeDirection.WEST ) { AEBaseBlock blk = (AEBaseBlock)
|
* if ( of == ForgeDirection.EAST || of == ForgeDirection.WEST ) { AEBaseBlock blk = (AEBaseBlock)
|
||||||
* rh.getBlock(); FlipableIcon ico = blk.getRendererInstance().getTexture( ForgeDirection.EAST ); ico.setFlip(
|
* rh.getBlock(); FlippableIcon ico = blk.getRendererInstance().getTexture( ForgeDirection.EAST ); ico.setFlip(
|
||||||
* false, true ); }
|
* false, true ); }
|
||||||
*
|
*
|
||||||
* Tessellator.instance.setBrightness( 15 << 20 | 15 << 5 ); Tessellator.instance.setColorOpaque_I(
|
* Tessellator.instance.setBrightness( 15 << 20 | 15 << 5 ); Tessellator.instance.setColorOpaque_I(
|
||||||
|
|
Loading…
Reference in a new issue