Fix side color thingy!
This commit is contained in:
parent
1ff600b4a9
commit
88d0d3125e
1 changed files with 2 additions and 1 deletions
|
@ -157,7 +157,8 @@ public final class TransporterUtils
|
|||
if(tileEntity instanceof IConfigurable)
|
||||
{
|
||||
IConfigurable config = (IConfigurable)tileEntity;
|
||||
EnumColor configColor = config.getEjector().getInputColor(ForgeDirection.getOrientation(side).getOpposite());
|
||||
int tileSide = config.getOrientation();
|
||||
EnumColor configColor = config.getEjector().getInputColor(ForgeDirection.getOrientation(MekanismUtils.getBaseOrientation(side, tileSide)).getOpposite());
|
||||
|
||||
if(configColor != null && configColor != color)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue