Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
LEG rotation fix (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdielKavash authored May 6, 2024
1 parent 1da1617 commit 88d2c27
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,6 @@ public boolean updateEssentiaHatchState() {
return true;
}

@Override
public boolean onWrenchRightClick(ForgeDirection side, ForgeDirection wrenchingSide, EntityPlayer aPlayer, float aX,
float aY, float aZ) {
if (wrenchingSide.offsetY != 0) return false;
if (getBaseMetaTileEntity().isValidFacing(wrenchingSide)) {
getBaseMetaTileEntity().setFrontFacing(wrenchingSide);
return true;
}
return false;
}

@Override
public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) {
if (this.getBaseMetaTileEntity().isServerSide()) {
Expand Down

0 comments on commit 88d2c27

Please sign in to comment.