Flat wires now receive energy from attachment
This commit is contained in:
parent
1b01df9e72
commit
1ba081a992
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class TraitConductor extends TileMultipart implements IConductor
|
||||||
{
|
{
|
||||||
for (ForgeDirection dir : ForgeDirection.VALID_DIRECTIONS)
|
for (ForgeDirection dir : ForgeDirection.VALID_DIRECTIONS)
|
||||||
{
|
{
|
||||||
if (dir != from.getOpposite())
|
//if (dir != from.getOpposite())
|
||||||
{
|
{
|
||||||
TMultiPart part = this.partMap(dir.ordinal());
|
TMultiPart part = this.partMap(dir.ordinal());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue