Renamed TileMeta to TileRotation
This commit is contained in:
parent
aacc73102d
commit
148715111f
34 changed files with 54 additions and 68 deletions
|
@ -87,12 +87,12 @@ public class TileLesu extends TilePowerAcceptor {//TODO wrench
|
|||
|
||||
@Override
|
||||
public boolean canAcceptEnergy(ForgeDirection direction) {
|
||||
return Functions.getIntDirFromDirection(direction) != getMeta();
|
||||
return Functions.getIntDirFromDirection(direction) != getRotation();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canProvideEnergy(ForgeDirection direction) {
|
||||
return Functions.getIntDirFromDirection(direction) == getMeta();
|
||||
return Functions.getIntDirFromDirection(direction) == getRotation();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue