Fixed compile error from cherry-picked commit.
This commit is contained in:
@@ -106,6 +106,6 @@ public class BlockMolecularAssembler extends AEBaseTileBlock
|
||||
return true;
|
||||
}
|
||||
|
||||
return super.onBlockActivated( w, pos, state, p, hand, heldItem, side, hitX, hitY, hitZ );
|
||||
return super.onBlockActivated( w, pos, state, p, hand, side, hitX, hitY, hitZ );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user