Fix output sides
This commit is contained in:
parent
9b1093c22c
commit
81a5f3fc76
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public class TileAesu extends TileEntityElectricBlock implements IWrenchable {
|
||||||
public void setFacing(short facing)
|
public void setFacing(short facing)
|
||||||
{
|
{
|
||||||
worldObj.setBlockMetadataWithNotify(xCoord, yCoord, zCoord, facing, 2);
|
worldObj.setBlockMetadataWithNotify(xCoord, yCoord, zCoord, facing, 2);
|
||||||
|
super.setFacing(facing);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue