799800801802803804805806807808809810811812
} } if ( te instanceof ICraftingMachine ) { ICraftingMachine cm = (ICraftingMachine) te; if ( cm.acceptsPlans() ) { if ( cm.pushPattern( patternDetails, table, s.getOpposite() ) ) return true; continue; } }