Fixes #1131
This commit is contained in:
parent
df62000513
commit
3829e83459
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class TileLightningRod extends TilePowerAcceptor implements IWrenchable {
|
|||
|
||||
@Override
|
||||
public boolean canProvideEnergy(final EnumFacing direction) {
|
||||
return direction == this.getFacingEnum();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue