public boolean interact(EntityPlayer entityplayer, int i, int j, int k) {
entityplayer.displayWorkbenchGUI(i, j, k);
return true;
}